diff options
| author | Grisha Shipunov | 2025-06-12 23:25:57 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-12 23:25:57 +0200 |
| commit | 3e6faa5d092ef00255adbf7edd4efe2d15accb3f (patch) | |
| tree | 8d2f04e870c7aa7cbc0929d0aaf74efe18cb6f4e /hosts | |
| parent | 5dcd5d911f08fcaf5327d136bc8cb1c69e23ecf6 (diff) | |
change user shell
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/toaster/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 7e78114..2b8577b 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -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 |
