xfce: add config into scope
This commit is contained in:
parent
15eebef4e8
commit
333ccae68f
@ -1,4 +1,4 @@
|
||||
{ pkgs, newScope }: let
|
||||
{ config, pkgs, newScope }: let
|
||||
|
||||
callPackage = newScope (deps // xfce_self);
|
||||
|
||||
|
@ -11555,7 +11555,7 @@ let
|
||||
mate-themes = callPackage ../misc/themes/mate-themes { };
|
||||
|
||||
xfce = xfce4_10;
|
||||
xfce4_10 = recurseIntoAttrs (import ../desktops/xfce { inherit pkgs newScope; });
|
||||
xfce4_10 = recurseIntoAttrs (import ../desktops/xfce { inherit config pkgs newScope; });
|
||||
|
||||
|
||||
### SCIENCE
|
||||
|
Loading…
Reference in New Issue
Block a user