From 4f015f806db80d849ac7af3eefcdf7fca32779eb Mon Sep 17 00:00:00 2001 From: Natalie Date: Sat, 19 Apr 2025 22:13:44 -0700 Subject: [PATCH] silly nix moment --- hosts/laptop/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index ae685f0..8c88b3d 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -11,7 +11,7 @@ home = { username = user; homeDirectory = "/Users/nmarks/"; - shell = pkgs.fish; + # shell = pkgs.fish; # Home Manager needs a bit of information about you and the paths it should # manage. # This value determines the Home Manager release that your configuration is