mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Moved neovim config to a separate module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user