helix: rework
This commit is contained in:
parent
4267ca1d9e
commit
2239e0e983
5 changed files with 55 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib.meta) hiPrioSet;
|
||||
inherit (self.packages.${pkgs.stdenv.system}) wrapped-helix fish;
|
||||
inherit (self.packages.${pkgs.stdenv.system}) helix fish;
|
||||
in {
|
||||
environment.systemPackages =
|
||||
builtins.attrValues {
|
||||
|
@ -46,7 +46,7 @@ in {
|
|||
;
|
||||
}
|
||||
++ builtins.attrValues (hiPrioSet {
|
||||
inherit wrapped-helix fish;
|
||||
inherit helix fish;
|
||||
});
|
||||
# helix as the only editor, a reasonable choice.
|
||||
environment.sessionVariables.EDITOR = "hx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue