mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/utils: move removePackagesByName to here from gnome
This commit is contained in:
parent
28e936ba64
commit
28539842d8
8 changed files with 30 additions and 29 deletions
|
|
@ -51,7 +51,7 @@ in
|
|||
environment.systemPackages =
|
||||
pkgs.lxqt.preRequisitePackages ++
|
||||
pkgs.lxqt.corePackages ++
|
||||
(pkgs.gnome.removePackagesByName
|
||||
(lib.utils.removePackagesByName
|
||||
pkgs.lxqt.optionalPackages
|
||||
config.environment.lxqt.excludePackages);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue