From 360ef5144932cde33b09cf14d1ce40c186b10346 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 1 Sep 2023 07:40:51 -0600 Subject: [PATCH] [NixOS] Enable dconf --- nixos/base.nix | 3 +++ nixos/machines/adele.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/nixos/base.nix b/nixos/base.nix index 9485c94b..efc69800 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -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; } diff --git a/nixos/machines/adele.nix b/nixos/machines/adele.nix index bd0c34ea..a417da60 100644 --- a/nixos/machines/adele.nix +++ b/nixos/machines/adele.nix @@ -27,6 +27,7 @@ services.xserver.libinput.enable = true; + security.pam.services.login.fprintAuth = true; services.fprintd = { enable = true; tod = {