changes
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a696407aaf040f34e2ef257545f441b621c99
This commit is contained in:
parent
467155afc6
commit
d276dea712
9 changed files with 107 additions and 210 deletions
|
@ -12,8 +12,6 @@
|
|||
let
|
||||
inherit (lib.meta) hiPrioSet;
|
||||
helix = pkgs.callPackage (self + "/packages/helix") { inherit sources; };
|
||||
|
||||
fish = pkgs.callPackage (self + "/packages/fish") { inherit sources; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages =
|
||||
|
@ -46,7 +44,6 @@ in
|
|||
zip
|
||||
zoxide
|
||||
;
|
||||
inherit fish;
|
||||
}
|
||||
++ builtins.attrValues (hiPrioSet {
|
||||
inherit helix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue