Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(minion): enable flatpak

I have some apps that I want to install via flatpak, so let's get and
persist flatpak :)

Changed files
+10
packetmix
homes
minion
systems
minion
+3
packetmix/homes/minion/flatpak.nix
···
··· 1 + { 2 + clicks.storage.impermanence.persist.directories = [ ".var/app" ".local/share/flatpak" ]; 3 + }
+7
packetmix/systems/minion/flatpak.nix
···
··· 1 + { 2 + services.flatpak.enable = true; 3 + 4 + clicks.storage.impermanence.persist.directories = [ 5 + "/var/lib/flatpak" 6 + ]; 7 + }