ctucx.git: nixfiles

ctucx' nixfiles

commit e413ae6c544ba2a5bcb541d230f37e51cc07fcbc
parent 0c2e3e485ca399e6b2e88c9acd137f80e36d8a60
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:19:37 +0100

configuartions/desktop-sway: enable dconf
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/configurations/desktop-sway.nix b/configurations/desktop-sway.nix
@@ -24,6 +24,10 @@
     };
   };
 
+  programs = {
+    dconf.enable = true;
+  };
+
   services = {
     nscd.enable         = true;
     getty.autologinUser = "leah";