update alias to match chosen config
This commit is contained in:
parent
2873b1b739
commit
3ac491502a
4 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs username; };
|
||||
extraSpecialArgs = { inherit inputs username host; };
|
||||
users.${username} = {
|
||||
imports =
|
||||
if (host == "desktop") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue