home-manager: init on all hosts
This commit is contained in:
parent
fd27151122
commit
030bc52ec2
@ -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; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
neovim
|
neovim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user