about summary refs log tree commit diff stats
path: root/system/users/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-25 14:15:12 +0100
committerene <ene@sils.li>2023-02-25 14:15:12 +0100
commit390e3a4c982739d1c646352dd57fa5170fd4f4f0 (patch)
treeab4df6ef7ec13c12b10880c187adb3c731ee1ebb /system/users/default.nix
parentFix(lf): Add further dependencies for cmds (diff)
downloadnixos-config-390e3a4c982739d1c646352dd57fa5170fd4f4f0.zip
Fix(zsh): Make deployment possible
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"