started modifing configuration structure
This commit is contained in:
9
system/wm/dbus/default.nix
Normal file
9
system/wm/dbus/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
packages = [ pkgs.dconf ];
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user