From 1c985332e0845ab6ba4b2250434d08751d5b9113 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 3 Jan 2026 16:42:09 +0100 Subject: [PATCH] pinwheel: Clean up `fzf` module --- hosts/pinwheel/modules/fzf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/fzf/default.nix b/hosts/pinwheel/modules/fzf/default.nix index e28f6cb..083898c 100644 --- a/hosts/pinwheel/modules/fzf/default.nix +++ b/hosts/pinwheel/modules/fzf/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { home-manager.users.alex = { programs.fzf = {