feat(nvf): add initial configuration settings
This commit is contained in:
parent
b54b143766
commit
55b02cc258
2 changed files with 55 additions and 2 deletions
|
@ -36,10 +36,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# NVF Configurations
|
||||
# Packages
|
||||
packages.x86_64-linux.nvf = (inputs.nvf.lib.neovimConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [ ( {pkgs, ...}: {} ) ];
|
||||
modules = [ ./modules/nvf.nix ];
|
||||
}).neovim;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue