diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 073fc257..6ae9980a 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -5,7 +5,7 @@ programs.fish = { enable = true; interactiveShellInit = '' - set GPG_TTY $tty + # set GPG_TTY $tty set EDITOR vim ssh-add > /dev/null &> /dev/null if [ -z "$DISABLE_TMUX" ] && [ -z "$TMUX" ]; diff --git a/stylix/common/default.nix b/stylix/common/default.nix index 5f832d53..5830b31e 100644 --- a/stylix/common/default.nix +++ b/stylix/common/default.nix @@ -1,3 +1,4 @@ { lib, ... }: { stylix.targets.tmux.enable = lib.mkForce false; + stylix.targets.fish.enable = lib.mkForce false; }