From 60b08d8dc4fd2ddb8ffebd59bd124280fbcfdf71 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 5 Jun 2025 22:05:54 -0400 Subject: [PATCH] add usershell into hosts/users instead of hosts/core/shell.nix --- hosts/common/core/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/core/shell.nix b/hosts/common/core/shell.nix index 84c93d6..304c12b 100644 --- a/hosts/common/core/shell.nix +++ b/hosts/common/core/shell.nix @@ -84,6 +84,5 @@ }; }; }; - users.defaultUserShell = pkgs.zsh; }; }