Moving flatpak settings into nix-flatpak module.

This commit is contained in:
Ulysse Cura 2026-07-16 18:58:36 +02:00
parent d96775f4dd
commit ad24cbede1
2 changed files with 5 additions and 4 deletions

View File

@ -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;
} }

View File

@ -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"