Add environment.gnome3.excludePackages
Give the user a full desktop, and the possibility to exclude non-base packages from the default list of packages.
This commit is contained in:
@@ -226,4 +226,7 @@ in rec {
|
||||
deepSeqList = xs: y: if any (x: deepSeq x false) xs then y else y;
|
||||
|
||||
crossLists = f: foldl (fs: args: concatMap (f: map f args) fs) [f];
|
||||
|
||||
# List difference, xs - ys. Removes elements of ys from xs.
|
||||
difference = xs: ys: filter (y: !(builtins.elem y ys)) xs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user