From 2ad5411b909862a8b28dd7d684fb1c460e226d03 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:41:35 -0400 Subject: [PATCH] add possible option for darwin shell commented out --- modules/darwin/user.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/darwin/user.nix b/modules/darwin/user.nix index 20e5078..6ad9c1f 100644 --- a/modules/darwin/user.nix +++ b/modules/darwin/user.nix @@ -14,6 +14,9 @@ # shell = pkgs.fish; # Default shell }; + # This might fix the shell issues + # users.knownUsers = [ config.user ]; + home-manager.users.${config.user} = { # Default shell setting doesn't work