helix: rework

This commit is contained in:
Bloxx12 2025-06-04 08:26:52 +02:00
commit 2239e0e983
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
5 changed files with 55 additions and 22 deletions

View file

@ -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";