From 4ba4af21fa8bc1f56675540e2121bad2582d5bc4 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Fri, 30 Jul 2021 00:02:11 -0700 Subject: [PATCH] Enable dconf the correct way --- modules/workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workstation.nix b/modules/workstation.nix index 552604d..ce58996 100644 --- a/modules/workstation.nix +++ b/modules/workstation.nix @@ -87,7 +87,7 @@ in ]; # Shit breaks without this lol - services.dbus.packages = [ pkgs.gnome3.dconf ]; + programs.dconf.enable = true; # better default swap boot.kernel.sysctl = { "vm.swappiness" = lib.mkDefault 45; };