diff --git a/modules/core/user.nix b/modules/core/user.nix index 95b9fc4..283aecc 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -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}";