From 0bf365b417a630f02b2b2d99dd0630478b4c6943 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 10:09:49 +0200 Subject: [PATCH] feat: make it so all changes can be synced a bit cleaner for all machines --- modules/core/user.nix | 2 ++ 1 file changed, 2 insertions(+) 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}";