From 66ddc34a0a0262628a5b3db8b94aa3445430cd12 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 7 Apr 2025 18:03:17 +0200 Subject: [PATCH] feat: remove yoshino since it's no longer a different profile --- modules/core/user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/user.nix b/modules/core/user.nix index fa4a29b..c988eda 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -13,8 +13,8 @@ [ ./../home/default.server.nix ] else if (host == "dandelion") then [ ./../home/default.server.nix ] - else if (host == "yoshino") then - [ ./../home/default.yoshino.nix ] + # else if (host == "yoshino") then + # [ ./../home/default.nix ] else [ ./../home ]; home = { username = "${username}";