From 5ca39243e8e050597fe134cc37bd4fbb88ce6542 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Apr 2024 13:27:25 +0900 Subject: [PATCH] Update fish --- home-manager/common/software/cli/fish.nix | 2 +- stylix/common/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; }