Moving flatpak settings into nix-flatpak module.
This commit is contained in:
parent
d96775f4dd
commit
ad24cbede1
|
|
@ -17,4 +17,9 @@ in
|
||||||
# Import the nix-flatpak NixOS module and install applications system wide.
|
# Import the nix-flatpak NixOS module and install applications system wide.
|
||||||
"${nix-flatpak}/modules/nixos.nix"
|
"${nix-flatpak}/modules/nixos.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Nix-Flatpak configuration.
|
||||||
|
services.flatpak.update.auto.enable = false;
|
||||||
|
services.flatpak.uninstallUnmanaged = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -179,10 +179,6 @@
|
||||||
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
# Nix-Flatpak configuration.
|
|
||||||
services.flatpak.update.auto.enable = false;
|
|
||||||
services.flatpak.uninstallUnmanaged = true;
|
|
||||||
|
|
||||||
# Flatpaks to install
|
# Flatpaks to install
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue