From 543dfbccb1d7977034befa6fb9533f1ab437c457 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 24 Apr 2026 11:09:14 +0200 Subject: [PATCH] chore: still not sure how to fix this --- modules/core/user-linux.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/user-linux.nix b/modules/core/user-linux.nix index 4bfa680..2a55295 100644 --- a/modules/core/user-linux.nix +++ b/modules/core/user-linux.nix @@ -13,10 +13,10 @@ initialPassword = "temporary-password"; }; - home-manager = { - inherit username; - homeDirectory = "/home/${username}"; - }; + #home-manager = { + # inherit username; + # homeDirectory = "/home/${username}"; + #}; fonts.fontconfig.antialias = false; }