From 01665664e6678769ca5b5870973771a5f10822f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 5 May 2024 14:54:31 +0200 Subject: [PATCH] [fix] bat: remove explicit theme Stylix set the theme for us --- home/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/default.nix b/home/default.nix index f9f80eb..14ffc99 100644 --- a/home/default.nix +++ b/home/default.nix @@ -39,10 +39,7 @@ in { programs.bat = { # Better cat (bat) enable = true; - config = { - style = "plain"; # Disable headers and numbers - theme = "gruvbox-dark"; # TODO: Follow light/dark polarity - }; + config.style = "plain"; # Disable headers and numbers }; # Direnv programs.direnv.enable = true;