From b21af48112bdb1b6fe2d3f69b19babd8e017d032 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 30 May 2025 17:32:40 +0200 Subject: [PATCH] fix: typo --- hosts/thegeneralist-central/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 37b1910..6ac0200 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -23,7 +23,7 @@ home-manager = { backupFileExtension = "home.bak"; - users.thegeneralist.home = { + users.central.home = { stateVersion = "25.11"; homeDirectory = "/Users/central"; };