diff --git a/nixos/machines/smithers/default.nix b/nixos/machines/smithers/default.nix index 003df68..7d55f06 100644 --- a/nixos/machines/smithers/default.nix +++ b/nixos/machines/smithers/default.nix @@ -7,4 +7,5 @@ yorick.lumi-cache.enable = lib.mkForce false; system.stateVersion = "21.05"; + services.flatpak.enable = true; }