From 203302d0eaf8b21b7aadd32bd47e839cfea734d0 Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 19 Aug 2025 11:36:29 -0700 Subject: [PATCH] darwin fixes --- hosts/eva-02/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index c3d8156..64dcc25 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -61,6 +61,7 @@ # isNormalUser = true; description = "rogueking"; # extraGroups = [ "admin" "staff" "wheel" "docker" ]; + home = "/Users/rogueking"; shell = pkgs.zsh; packages = with pkgs; [ #apps