split nvim into file
This commit is contained in:
parent
aac7aed59f
commit
b1bf747c09
4 changed files with 14 additions and 3 deletions
7
home/editors/nvim.nix
Normal file
7
home/editors/nvim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue