arcan: refactor
To be more similar to other expressions (especially XFCE).
This commit is contained in:
parent
9331ecf18e
commit
e9ebd66bf6
2 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, lib, pkgs }:
|
||||
{ config, lib, pkgs }:
|
||||
|
||||
rec {
|
||||
lib.makeScope pkgs.newScope (self: with self; {
|
||||
# Dependencies
|
||||
|
||||
espeak = pkgs.espeak-ng;
|
||||
|
@ -40,4 +40,4 @@ rec {
|
|||
name = "all-wrapped";
|
||||
appls = [ durden pipeworld ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
@ -32452,9 +32452,7 @@ with pkgs;
|
|||
|
||||
### DESKTOP ENVIRONMENTS
|
||||
|
||||
arcan = recurseIntoAttrs (callPackage ../desktops/arcan {
|
||||
callPackage = newScope arcan;
|
||||
});
|
||||
arcan = recurseIntoAttrs (callPackage ../desktops/arcan { });
|
||||
|
||||
cdesktopenv = callPackage ../desktops/cdesktopenv { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue