From 10257d16f41f9274936969b4565123283495150e Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 17 Mar 2026 16:18:31 -0700 Subject: [PATCH] zeesh --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index bb9f25f..c903cae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,6 +74,7 @@ services.cron.enable = true; + programs.zsh.enable = true; users.mutableUsers = true; users.users.kyle = { initialPassword = "password"; @@ -89,6 +90,7 @@ "networkmanager" "video" ]; + shell = pkgs.zsh; }; programs.direnv.enable = true; programs.command-not-found.enable = false;