mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: make it so all changes can be synced a bit cleaner for all machines
This commit is contained in:
parent
d646321d71
commit
0bf365b417
1 changed files with 2 additions and 0 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue