diff --git a/home/cli.nix b/home/cli.nix index 60dad03..3395faa 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -50,6 +50,7 @@ in { dua # ncdu but better bat # better cat exa # better ls + fzf gcc cmake @@ -107,7 +108,7 @@ in { shellAliases = { e = "emacsclient -c $@"; }; oh-my-zsh = { enable = true; - plugins = [ "git" ]; + plugins = [ "git" "fzf" "fd" "z" ]; theme = "simple"; }; };