hosts: enable dconf on desktop

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 18:27:59 +05:30
parent 28c9799f60
commit 0979956f16
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ let
]; ];
desktopModules = [ desktopModules = [
./programs/adb ./programs/adb
./programs/dconf
./services/xserver ./services/xserver
./sound.nix ./sound.nix
]; ];

View File

@@ -0,0 +1,4 @@
{ ... }:
{
programs.dconf.enable = true;
}