Compare commits

...

2 commits

Author SHA1 Message Date
e7b1811793 Cache upstream binaries too
Some checks failed
Build NixOS Configurations / build (carbon) (push) Failing after 4m32s
Build NixOS Configurations / build (git) (push) Failing after 1m29s
Build NixOS Configurations / build (gospel) (push) Failing after 2m30s
Build NixOS Configurations / build (node) (push) Failing after 41s
2026-02-28 22:35:09 -08:00
07928e2e6e Fix yazi shortcut 2026-02-28 22:31:50 -08:00
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"