change user shell

This commit is contained in:
Grisha Shipunov 2025-06-12 23:25:57 +02:00
parent 5dcd5d911f
commit 3e6faa5d09
2 changed files with 2 additions and 1 deletions

View file

@ -66,7 +66,7 @@
home = "/home/0xa";
isNormalUser = true;
uid = 1000;
shell = pkgs.fish;
shell = pkgs.zsh;
};
# This value determines the NixOS release from which the default

View file

@ -39,6 +39,7 @@
LP_ENABLE_SVN=0
LP_BATTERY_THRESHOLD=15
LP_SSH_COLORS=1
LP_DISABLED_VCS_PATHS=("/home/0xa/proj/NixOS/nixpkgs")
'';
};
}