From 2e9f6d6113fceb50e7852406b6a37c6cc0012893 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Dec 2024 12:46:51 -0500 Subject: [PATCH] repo restructure --- modules/software/usershell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index a7782ac..2d6c600 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -44,6 +44,6 @@ }; }; }; + users.defaultUserShell = pkgs.zsh; }; - users.defaultUserShell = pkgs.zsh; }