added wm installations

This commit is contained in:
2024-08-13 19:42:30 +09:00
parent ae59ef84f8
commit 043c527b64
15 changed files with 142 additions and 43 deletions

9
system/wm/dbus.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
services.dbus = {
enable = true;
packages = [ pkgs.dconf ];
};
programs.dconf.enable = true;
}