feat: custom configs for yoshino

This commit is contained in:
Ahwx 2024-12-13 00:43:38 +01:00
parent 6c8e181166
commit 4dedd8095d
2 changed files with 20 additions and 0 deletions

View file

@ -11,6 +11,8 @@
[ ./../home/default.desktop.nix ]
else if (host == "violet") then
[ ./../home/default.violet.nix ]
else if (host == "yoshino") then
[ ./../home/default.yoshino.nix ]
else [ ./../home ];
home = {
username = "${username}";