From a4c69326844ccbd8aed1a877397c8970f5fa4af1 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 27 Sep 2024 13:43:56 +0200 Subject: [PATCH] temperance/configuration.nix: enable impermanence --- hosts/temperance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };