somewhat minimal neovim config to match helix (incomplete)
This commit is contained in:
parent
bcfa8465bf
commit
c17f8d9d87
6 changed files with 197 additions and 22 deletions
|
|
@ -39,6 +39,9 @@
|
|||
user = import ../../users/user.nix;
|
||||
root = import ../../users/root.nix;
|
||||
};
|
||||
sharedModules = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit hostType;
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue