diff --git a/hosts/dunamis/users/user/programs.nix b/hosts/dunamis/users/user/programs.nix index 6086245..82e026b 100644 --- a/hosts/dunamis/users/user/programs.nix +++ b/hosts/dunamis/users/user/programs.nix @@ -38,6 +38,7 @@ pom = "push origin main"; }; }; + jujutsu.enable = true; ripgrep.enable = true; }; @@ -66,6 +67,7 @@ rbw # bitwarden cli in rust pinentry-qt # pinentry for rbw vial # qmk keyboard configuring app + jj-fzf # fuzzy finder jujutsu tui waycheck # check wayland protocols pika-backup # borg gui in rust virt-manager # libvirt gui diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 53f58e1..33db876 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -32,6 +32,7 @@ in { # cat = "bat"; la = "ls -a"; l = "ls -la"; + jf = "jj-fzf"; # think of jeff }; interactiveShellInit = '' bind \e\[3\;5~ kill-word