From 4545f0534cb3e39539aaa8618f3795ea38a739bd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 5 May 2022 11:38:51 -0400 Subject: [PATCH] fix: disable NuShell See https://github.com/nix-community/home-manager/issues/2837 --- users/profiles/shells/all.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/all.nix b/users/profiles/shells/all.nix index b0a7789..cbad936 100644 --- a/users/profiles/shells/all.nix +++ b/users/profiles/shells/all.nix @@ -3,6 +3,6 @@ ./bash.nix ./fish.nix ./zsh.nix - ./nushell.nix + # ./nushell.nix ]; }