diff --git a/hosts/modules/programs.nix b/hosts/modules/programs.nix index 0ca4abd..6daa25b 100644 --- a/hosts/modules/programs.nix +++ b/hosts/modules/programs.nix @@ -35,11 +35,12 @@ tree = "ls --tree"; syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot"; }; + + services.flatpak.enable = lib.mkDefault false; } # Server specific configuration (lib.mkIf hostType.isServer { - services.flatpak.enable = false; }) # Workstation specific configuration