[NixOS] Enable dconf

This commit is contained in:
Ivan Malison 2023-09-01 07:40:51 -06:00
parent 6c8a734353
commit 360ef51449
2 changed files with 4 additions and 0 deletions

View File

@ -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;
}

View File

@ -27,6 +27,7 @@
services.xserver.libinput.enable = true;
security.pam.services.login.fprintAuth = true;
services.fprintd = {
enable = true;
tod = {