From d3b87872fd928b7e84a9f1078bc310d892b17b09 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 22:12:19 +0100 Subject: [PATCH] add zsh fzf plugin --- modules/home/zsh/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index a38d1df..fb46c86 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -7,9 +7,7 @@ syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; - plugins = [ "git" ]; - plugins = [ "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')";