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

@ -21,10 +21,9 @@
inherit
(import ./packages {
inherit pkgs;
helix = inputs.helix.packages.${system}.default;
})
fish
wrapped-helix
helix
kakoune
;
}
@ -32,7 +31,7 @@
pkgsFor;
apps = eachSystem (system: let
inherit (inputs.self.packages.${system}) fish wrapped-helix;
inherit (inputs.self.packages.${system}) fish helix;
in {
default = {
type = "app";
@ -40,7 +39,7 @@
};
helix = {
type = "app";
program = "${wrapped-helix}/bin/hx";
program = "${helix}/bin/hx";
};
});
};
@ -71,8 +70,6 @@
inputs.systems.follows = "systems";
};
helix.url = "github:helix-editor/helix";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
# THIS IS IMPORTANT