nixos/xmonad: use programs.dconf to configure dbus.packages
This commit is contained in:
parent
e1ca116a25
commit
618374ac4a
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@ let cfg = config.local.window-manager.xmonad; in
|
||||||
options.local.window-manager.xmonad.enable = lib.mkEnableOption "xmonad";
|
options.local.window-manager.xmonad.enable = lib.mkEnableOption "xmonad";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.dbus = {
|
programs.dconf.enable = true;
|
||||||
enable = true;
|
services.dbus.enable = true;
|
||||||
packages = [ pkgs.dconf ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.displayManager.defaultSession = "none+xmonad";
|
services.displayManager.defaultSession = "none+xmonad";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue