mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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 =
|
imports =
|
||||||
if (host == "desktop") then
|
if (host == "desktop") then
|
||||||
[ ./../home/default.desktop.nix ]
|
[ ./../home/default.desktop.nix ]
|
||||||
|
else if (host == "violet") then
|
||||||
|
[ ./../home/default.violet.nix ]
|
||||||
else [ ./../home ];
|
else [ ./../home ];
|
||||||
home = {
|
home = {
|
||||||
username = "${username}";
|
username = "${username}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue