From 8017fe1036751ea65db759eb774bdd31e522ade6 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 22:12:38 +0100 Subject: [PATCH] add zsh fzf plugin --- modules/home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index fb46c86..c5abdfb 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -7,7 +7,7 @@ syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; - plugins = [ "git", "fzf" ]; + plugins = [ "git" "fzf" ]; }; shellAliases = { # record = "wf-recorder --audio=alsa_output.pci-0000_08_00.6.analog-stereo.monitor -f $HOME/Videos/$(date +'%Y%m%d%H%M%S_1.mp4')";