neovim: customise nixd for laptop
This commit is contained in:
parent
57be05155d
commit
ba1be18b1a
2 changed files with 10 additions and 1 deletions
9
programs/neovim.nix
Normal file
9
programs/neovim.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ myneovim, ... }:
|
||||
|
||||
{
|
||||
imports = [ myneovim.homeManagerModules.default ];
|
||||
|
||||
programs.neovim.flake = {
|
||||
hostname = "wizlap";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue