flake: move packages to packages
dir
This commit is contained in:
parent
b599f7e425
commit
a3edf577dc
14 changed files with 22 additions and 21 deletions
|
@ -1,13 +1,4 @@
|
|||
{pkgs, ...}: rec {
|
||||
packages = {
|
||||
fish = pkgs.callPackage ./shell {};
|
||||
helix = pkgs.callPackage ./helix {};
|
||||
kakoune = pkgs.callPackage ./kakoune {};
|
||||
};
|
||||
shell = pkgs.mkShell {
|
||||
name = "bloxx-shell";
|
||||
buildInputs = [packages.fish];
|
||||
};
|
||||
{, ...}: rec {
|
||||
module = {
|
||||
config = {
|
||||
environment.sessionVariables.EDITOR = "hx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue