removed nvchad added zen

This commit is contained in:
2025-10-10 11:49:10 -05:00
parent 199cfcc92e
commit b2e6756d3e
9 changed files with 67 additions and 12 deletions

View File

@@ -4,6 +4,5 @@
./zsh
./git.nix
./packages.nix
./nvim
];
}

View File

@@ -10,7 +10,7 @@
email = "poslop@archfox.org";
};
core = {
editor = "lvim -f";
editor = "nvim -f";
};
};
};

View File

@@ -1 +0,0 @@
{ imports = [ ./nvim.nix ]; }

Submodule modules/home/nvim/nvchad/starter deleted from e3572e1f5e

View File

@@ -1,7 +0,0 @@
{
hj = {
files = {
".config/nvim".source = ./nvchad/starter;
};
};
}

View File

@@ -1,11 +1,13 @@
{
pkgs,
username,
inputs,
...
}:
{
hjem.users.${username}.packages = with pkgs; [
inputs.zen-browser.packages."${system}".default
neovim
statix
git