1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-05 10:20:14 +00:00

add possible option for darwin shell commented out

This commit is contained in:
Noah Masur
2024-08-01 22:41:35 -04:00
parent 3b494bed5b
commit 2ad5411b90

@ -14,6 +14,9 @@
# shell = pkgs.fish; # Default shell # shell = pkgs.fish; # Default shell
}; };
# This might fix the shell issues
# users.knownUsers = [ config.user ];
home-manager.users.${config.user} = { home-manager.users.${config.user} = {
# Default shell setting doesn't work # Default shell setting doesn't work