From 82a474f3db94990f50b7541b8c7494984bd2552c Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 25 Feb 2025 13:03:26 +0100 Subject: [PATCH] Add exFAT, remove broken fzf-tab --- nixos/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/packages.nix b/nixos/packages.nix index a4f1a1b..9d39d10 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -37,5 +37,7 @@ in dig zig spotify + exfat + exfatprogs ]; }