mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 18:34:41 +00:00
Merge pull request #30286 from yegortimoshenko/patch-2
desktop-managers: do not leak feh to PATH
This commit is contained in:
commit
f7ba92bfa3
|
@ -109,9 +109,5 @@ in
|
|||
|
||||
};
|
||||
|
||||
config = {
|
||||
services.xserver.displayManager.session = cfg.session.list;
|
||||
environment.systemPackages =
|
||||
mkIf cfg.session.needBGPackages [ pkgs.feh ]; # xsetroot via xserver.enable
|
||||
};
|
||||
xcfg.displayManager.session = cfg.session.list;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue