aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/aptos/home.nix2
-rw-r--r--modules/system/users/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 106497d..9f7cb0a 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -23,7 +23,7 @@
# terminal
direnv.enable = true;
gcloud.enable = true;
- shell.name = "zsh";
+ shell.name = "fish";
ssh.enable = true;
terminal.program = "alacritty";
tmux.enable = true;
diff --git a/modules/system/users/default.nix b/modules/system/users/default.nix
index 98e9801..ddc2c14 100644
--- a/modules/system/users/default.nix
+++ b/modules/system/users/default.nix
@@ -14,7 +14,7 @@ in
uid = 1000;
group = "fcuny";
home = "/home/fcuny";
- shell = pkgs.zsh;
+ shell = pkgs.fish;
extraGroups = groupsIfExist [
"docker"
"users"