feat: Add nvchad module and enable nvchad instead of nixvim
This commit is contained in:
parent
66196be557
commit
65a72ab802
16 changed files with 460 additions and 4 deletions
13
flake.nix
13
flake.nix
|
|
@ -194,6 +194,19 @@
|
|||
owner = "nix-community";
|
||||
repo = "neovim-nightly-overlay";
|
||||
};
|
||||
nvchad-starter = {
|
||||
url = "path:./nvchad";
|
||||
flake = false;
|
||||
};
|
||||
nix4nvchad = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "nix4nvchad";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nvchad-starter.follows = "nvchad-starter";
|
||||
};
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue