Enable dconf the correct way
This commit is contained in:
parent
382719d458
commit
4ba4af21fa
@ -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; };
|
||||||
|
Loading…
Reference in New Issue
Block a user