feat: adds server-specific components, rename violet-specifics to server specifics

This commit is contained in:
Ahwx 2025-03-20 14:26:45 +01:00
parent a1d5447787
commit e656ae52e0
3 changed files with 4 additions and 7 deletions

View file

@ -10,7 +10,9 @@
if (host == "desktop") then
[ ./../home/default.desktop.nix ]
else if (host == "violet") then
[ ./../home/default.violet.nix ]
[ ./../home/default.server.nix ]
else if (host == "dandelion") then
[ ./../home/default.server.nix ]
else if (host == "yoshino") then
[ ./../home/default.yoshino.nix ]
else [ ./../home ];