Update from joey@joey-laptop: Update fzf to 55 (via pkgs-unstable). Fit preview-window to terminal
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

This commit is contained in:
Joey Hafner 2024-09-21 14:31:03 -07:00
parent 7c56e94b4f
commit 1c592faf33
4 changed files with 2 additions and 6 deletions

View File

@ -29,11 +29,7 @@
outputs = inputs@{
nixpkgs,
nixpkgs-unstable,
hyprland,
home-manager,
nix-flatpak,
stylix,
plasma-manager,
...
}:
let

View File

@ -26,7 +26,7 @@
( writeShellApplication {
name = "fzf-bw-selector"; # { bwJson }: { itemUuid }
runtimeInputs = [ jq fzf ];
text = ''export json="$1"; echo "$json" | jq -r '.[].id' | fzf --height 30% --preview='fzf-bw-getItem {} "$json" | jq -C' --preview-window right --disabled --border --padding=1'';
text = ''export json="$1"; echo "$json" | jq -r '.[].id' | fzf --height 33% --preview='fzf-bw-getItem {} "$json" | jq -C' --preview-window right,60% --disabled --border --padding=1'';
excludeShellChecks = [ "SC2016" ];
} )
] ;

View File

@ -65,6 +65,7 @@
tree btop
bat fd eza fzf-git-sh tmux
wl-clipboard
pkgs-unstable.fzf
];
## eza

View File

@ -1 +0,0 @@
export BW_SESSION="bOmIbbuqOIqW5PfsY5CPF+tmXcrYVkWtmfOVBmWkXa1DDTnO2EVegQ+EXdBDqLVN5CQexGJW+B/DsFdILA++5Q=="