update alias to match chosen config

This commit is contained in:
Frost-Phoenix 2024-04-13 13:56:13 +02:00
parent 2873b1b739
commit 3ac491502a
4 changed files with 6 additions and 6 deletions

View file

@ -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