Enable dconf the correct way
This commit is contained in:
parent
382719d458
commit
4ba4af21fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue