about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/users/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/users/default.nix b/system/users/default.nix
index adff5df3..97cf2ee0 100644
--- a/system/users/default.nix
+++ b/system/users/default.nix
@@ -23,7 +23,7 @@ in {
         isNormalUser = true;
         home = "/home/soispha";
         createHome = true;
-        shell = pkgs.zsh;
+        # shell = pkgs.zsh;
         initialHashedPassword = cfg.hashedPassword;
         extraGroups = [
           "wheel"