feat: make it so all changes can be synced a bit cleaner for all machines

This commit is contained in:
Ahwx 2024-07-15 10:09:49 +02:00
parent d646321d71
commit 0bf365b417

View file

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