flake: move packages to packages
dir
This commit is contained in:
parent
b599f7e425
commit
a3edf577dc
14 changed files with 22 additions and 21 deletions
7
packages/default.nix
Normal file
7
packages/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
pkgs: let
|
||||
helix = pkgs.callPackage ./helix.nix {};
|
||||
kakoune = null;
|
||||
fish = pkgs.callPackage ./shell {};
|
||||
in {
|
||||
inherit helix kakoune fish;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue