Moved neovim config to a separate module

This commit is contained in:
2025-08-09 10:06:34 +02:00
parent 7f7d320841
commit 3553270755
19 changed files with 104 additions and 467 deletions

View File

@@ -69,6 +69,7 @@ let
workSystem = workSystem;
isWSL = isWSL;
isDarwin = isDarwin;
nixvim = nixvim;
inputs = inputs;
};
in
@@ -91,7 +92,6 @@ systemFunc {
home-manager.users.${user} = import HMConfig;
home-manager.extraSpecialArgs = specialArgs;
home-manager.sharedModules = [
nixvim.homeManagerModules.nixvim
];
}
machineConfig