home-manager: init on all hosts

This commit is contained in:
2025-03-16 14:27:27 +00:00
parent fd27151122
commit 030bc52ec2

View File

@ -103,6 +103,15 @@
};
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
sharedModules = [
self.inputs.nixvim.homeManagerModules.nixvim
self.inputs.plasma-manager.homeManagerModules.plasma-manager
];
};
environment.systemPackages = with pkgs; [
git
neovim