hosts: enable dconf on desktop
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -15,6 +15,7 @@ let
|
|||||||
];
|
];
|
||||||
desktopModules = [
|
desktopModules = [
|
||||||
./programs/adb
|
./programs/adb
|
||||||
|
./programs/dconf
|
||||||
./services/xserver
|
./services/xserver
|
||||||
./sound.nix
|
./sound.nix
|
||||||
];
|
];
|
||||||
|
4
hosts/programs/dconf/default.nix
Normal file
4
hosts/programs/dconf/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
}
|
Reference in New Issue
Block a user