forked from mirrors/nixpkgs
Revert "desktop-managers: do not leak feh to PATH"
This commit is contained in:
parent
ba6f59ad70
commit
2864bc8fd9
1 changed files with 5 additions and 1 deletions
|
@ -109,5 +109,9 @@ in
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xcfg.displayManager.session = cfg.session.list;
|
config = {
|
||||||
|
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