Enable dconf the correct way

This commit is contained in:
notgne2 2021-07-30 00:02:11 -07:00
parent 382719d458
commit 4ba4af21fa
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -87,7 +87,7 @@ in
]; ];
# Shit breaks without this lol # Shit breaks without this lol
services.dbus.packages = [ pkgs.gnome3.dconf ]; programs.dconf.enable = true;
# better default swap # better default swap
boot.kernel.sysctl = { "vm.swappiness" = lib.mkDefault 45; }; boot.kernel.sysctl = { "vm.swappiness" = lib.mkDefault 45; };