gnome3: use package names for environment.gnome3.excludePackages
This commit is contained in:
@@ -227,6 +227,4 @@ in rec {
|
||||
|
||||
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