forked from mirrors/nixpkgs
desktop-managers: do not leak feh to PATH
feh is used to set background image for desktop managers that do not support it directly, however there is no need to include it in PATH. Fixes #17450.
This commit is contained in:
parent
ef291b52f3
commit
f9415cb621
1 changed files with 1 additions and 5 deletions
|
@ -109,9 +109,5 @@ in
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
xcfg.displayManager.session = cfg.session.list;
|
||||||
services.xserver.displayManager.session = cfg.session.list;
|
|
||||||
environment.systemPackages =
|
|
||||||
mkIf cfg.session.needBGPackages [ pkgs.feh ]; # xsetroot via xserver.enable
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue