[NixOS] Enable dconf
This commit is contained in:
parent
6c8a734353
commit
360ef51449
@ -67,5 +67,8 @@ makeEnable config "modules.base" true {
|
||||
|
||||
services.logind.extraConfig = "RuntimeDirectorySize=5G";
|
||||
|
||||
# For supporting gnome stuff
|
||||
services.dbus.packages = [ pkgs.gcr ];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
services.xserver.libinput.enable = true;
|
||||
|
||||
security.pam.services.login.fprintAuth = true;
|
||||
services.fprintd = {
|
||||
enable = true;
|
||||
tod = {
|
||||
|
Loading…
Reference in New Issue
Block a user