helix: rework
This commit is contained in:
parent
4267ca1d9e
commit
2239e0e983
5 changed files with 55 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue