nixos/utils: move removePackagesByName to here from gnome

This commit is contained in:
Sandro Jäckel 2022-04-11 10:51:54 +02:00
commit 28539842d8
No known key found for this signature in database
GPG key ID: B1763F8651144063
8 changed files with 30 additions and 29 deletions

View file

@ -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);