dendritic migration
dendritic migration
This commit is contained in:
8
modules/neovim.nix
Normal file
8
modules/neovim.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{inputs, ...}: {
|
||||
den.aspects.neovim.homeManager = {pkgs, ...}: {
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./_neovim/default.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user