removed nvchad added zen
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
./zsh
|
||||
./git.nix
|
||||
./packages.nix
|
||||
./nvim
|
||||
];
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
email = "poslop@archfox.org";
|
||||
};
|
||||
core = {
|
||||
editor = "lvim -f";
|
||||
editor = "nvim -f";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{ imports = [ ./nvim.nix ]; }
|
||||
Submodule modules/home/nvim/nvchad/starter deleted from e3572e1f5e
@@ -1,7 +0,0 @@
|
||||
{
|
||||
hj = {
|
||||
files = {
|
||||
".config/nvim".source = ./nvchad/starter;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
username,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
hjem.users.${username}.packages = with pkgs; [
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
neovim
|
||||
statix
|
||||
git
|
||||
|
||||
Reference in New Issue
Block a user