l xresources: fix xrdb path
This commit is contained in:
parent
4c6a578673
commit
b4850cfd1d
|
@ -47,7 +47,7 @@ in
|
|||
|
||||
in mkIf cfg.enable {
|
||||
services.xserver.displayManager.sessionCommands = ''
|
||||
xrdb -merge ${xres}
|
||||
${pkgs.xorg.xrdb}/bin/xrdb -merge ${xres}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue