[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";
|
services.logind.extraConfig = "RuntimeDirectorySize=5G";
|
||||||
|
|
||||||
|
# For supporting gnome stuff
|
||||||
services.dbus.packages = [ pkgs.gcr ];
|
services.dbus.packages = [ pkgs.gcr ];
|
||||||
|
|
||||||
|
programs.dconf.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
|
security.pam.services.login.fprintAuth = true;
|
||||||
services.fprintd = {
|
services.fprintd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tod = {
|
tod = {
|
||||||
|
Loading…
Reference in New Issue
Block a user