From 80877ab429df0c84231c0df4131045b1f69bfa25 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 2 May 2024 09:47:53 -0700 Subject: drop zsh --- nix/profiles/home-manager/shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix/profiles/home-manager/shell.nix') diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index dfa7f7a..1166bac 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -53,6 +53,8 @@ LESSCHARSET = "utf-8"; PAGER = "less"; ASPELL_CONF = "conf ${config.xdg.configHome}/aspell/config;"; + # for some reason, if I don't set this, zsh is picked up and mess up stuff. + SHELL = "${pkgs.fish}/bin/fish"; }; programs.alacritty = { @@ -85,6 +87,7 @@ baseIndex = 1; shortcut = "z"; clock24 = true; + shell = "${pkgs.fish}/bin/fish"; historyLimit = 50000; # Bigger buffer extraConfig = '' setw -g mouse on -- cgit v1.2.3