From 07928e2e6e80f15fffaa8c148ed9f18d0b18090b Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 28 Feb 2026 22:31:50 -0800 Subject: [PATCH 1/2] Fix yazi shortcut --- modules/home/apps/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps/tmux/default.nix b/modules/home/apps/tmux/default.nix index 130250e..fb8ac52 100644 --- a/modules/home/apps/tmux/default.nix +++ b/modules/home/apps/tmux/default.nix @@ -116,7 +116,7 @@ in # Open yazi in a popup # Spins up a new session with a '-yazi' suffix (hitting the shortcut # toggles between attaching and detaching) - bind C-g if-shell "[[ $(tmux display-message -p '#S') == *-yazi ]]" { + bind C-y if-shell "[[ $(tmux display-message -p '#S') == *-yazi ]]" { detach-client } { display-popup -h 90% -w 90% -E "tmux new-session -A -s $(tmux display-message -p '#S')-yazi ${pkgs.yazi}/bin/yazi" From e7b18117930366b54cca4684181535637040c6c6 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 28 Feb 2026 22:35:09 -0800 Subject: [PATCH 2/2] Cache upstream binaries too --- .forgejo/workflows/build_nixos_configs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build_nixos_configs.yml b/.forgejo/workflows/build_nixos_configs.yml index 93523e9..579e3cd 100644 --- a/.forgejo/workflows/build_nixos_configs.yml +++ b/.forgejo/workflows/build_nixos_configs.yml @@ -27,4 +27,4 @@ jobs: nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#attic-client \ -- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }} nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#attic-client \ - -- push gospel:nixosConfigs ./result + -- push --ignore-upstream-cache-filter gospel:nixosConfigs ./result