feat(home:neovim): add nixvim initial config
This commit is contained in:
parent
63138994e2
commit
3f961b9d86
7 changed files with 12 additions and 51 deletions
|
|
@ -95,6 +95,12 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs-small";
|
||||
};
|
||||
|
||||
# neovim configured with nix
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# packaged firefox addons
|
||||
firefox-addons = {
|
||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue