about summary refs log tree commit diff
path: root/nixos/modules/programs/fzf.nix
diff options
context:
space:
mode:
authorlinsui <linsui@inbox.lv>2024-04-10 19:55:33 +0800
committerlinsui <linsui@inbox.lv>2024-04-10 19:55:33 +0800
commitf1c99961e37d2dfc40fe6f4da5010399597b04df (patch)
tree077ef70e02ad41c481007c523397381c0711b515 /nixos/modules/programs/fzf.nix
parent9d50a5b0d8f0efe29b961c626a1aa0e7a94eb601 (diff)
nixos/fzf: fix typo
Diffstat (limited to 'nixos/modules/programs/fzf.nix')
-rw-r--r--nixos/modules/programs/fzf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/fzf.nix b/nixos/modules/programs/fzf.nix
index 24fca7b332918..05e39c43c11b8 100644
--- a/nixos/modules/programs/fzf.nix
+++ b/nixos/modules/programs/fzf.nix
@@ -9,11 +9,11 @@ in
 {
   imports = [
     (lib.mkRemovedOptionModule [ "programs" "fzf" "keybindings" ] ''
-      Use "programs.fzf.enabled" instead, due to fzf upstream-change it's not possible to load shell-completion and keybindings separately.
+      Use "programs.fzf.enable" instead, due to fzf upstream-change it's not possible to load shell-completion and keybindings separately.
       If you want to change/disable certain keybindings please check the fzf-documentation.
     '')
     (lib.mkRemovedOptionModule [ "programs" "fzf" "fuzzyCompletion" ] ''
-      Use "programs.fzf.enabled" instead, due to fzf upstream-change it's not possible to load shell-completion and keybindings separately.
+      Use "programs.fzf.enable" instead, due to fzf upstream-change it's not possible to load shell-completion and keybindings separately.
       If you want to change/disable certain keybindings please check the fzf-documentation.
     '')
   ];