From 64839f51a9d9045fe2ff5f13247f9e240fdee6fd Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 19 Nov 2022 16:59:46 +0100 Subject: [PATCH] smithers: add flatpak --- nixos/machines/smithers/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }