new host.

This commit is contained in:
Gabe Venberg 2024-05-16 11:05:29 -05:00
parent 9f21d3020b
commit 5235355eda
2 changed files with 1 additions and 3 deletions

View file

@ -62,6 +62,7 @@
"gabe@archlaptop" = import ./hosts/home-personal.nix {inherit inputs outputs;};
"gabe@linuxgamingrig" = import ./hosts/home-personal.nix {inherit inputs outputs;};
"gabe@gv-workstation" = import ./hosts/home-workstation.nix {inherit inputs outputs;};
"gabe@gv-ubuntu" = import ./hosts/home-workstation.nix {inherit inputs outputs;};
};
};
}