add home-manager inputs to solaire

This commit is contained in:
Anthony Rodriguez 2024-08-25 22:09:55 +02:00
parent 09e3429048
commit 01976d8952
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 4 additions and 3 deletions

View file

@ -287,12 +287,12 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-i5bBg0nqy1IOYhkr0SrICMSk3i3UVQyTjftkJwMdnEw=", "narHash": "sha256-krjVFFsJfKvYRvOoBkZ8xr+OEZ5nfmgf4oxmE/h6Q9c=",
"path": "/nix/store/vralh6zrl13i5ri9pzgl22k5f99fx4am-source/shells", "path": "/nix/store/l21z352sl72xph23gccnqaply5lh785p-source/shells",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/vralh6zrl13i5ri9pzgl22k5f99fx4am-source/shells", "path": "/nix/store/l21z352sl72xph23gccnqaply5lh785p-source/shells",
"type": "path" "type": "path"
} }
}, },

View file

@ -59,6 +59,7 @@
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.sharedModules = [ nixvim.homeManagerModules.nixvim ]; home-manager.sharedModules = [ nixvim.homeManagerModules.nixvim ];
home-manager.users.nezia = import ./home/desktop; home-manager.users.nezia = import ./home/desktop;
home-manager.extraSpecialArgs = { inherit inputs; };
} }
{ _module.args = { inherit hostname username; }; } { _module.args = { inherit hostname username; }; }
]; ];