From d945ae41d682731f9cfade004cfb9e097caa6e3a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:45:00 +0200 Subject: [PATCH] feat: remove unused bindings --- modules/home/bat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 82de6d2..4f9b389 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -1,4 +1,4 @@ -{ inputs, ... }: +{ ... }: { programs.bat = { enable = true;