diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 93c395d..6d7cae5 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -20,6 +20,7 @@ }; modules = { system = { + impermanence.enable = true; programs = { editors = { emacs.enable = true; @@ -70,7 +71,6 @@ }; style = { - gtk.enable = true; qt.enable = true; };