nixvim: Initial commit
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
31e107a49a
commit
7b9a071ad9
3 changed files with 14 additions and 1 deletions
9
home-manager/nixvim/nixvim.nix
Normal file
9
home-manager/nixvim/nixvim.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue