From 9952865f9acc6ea5ccc690b1bdb610be85c8c76f Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 16:50:42 +0100 Subject: [PATCH] fix bat config --- modules/home/bat/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 930a9b1..338d99a 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -4,14 +4,14 @@ enable = true; config = { pager = "less -FR"; - theme = "Catppuccin-mocha"; - }; - themes = { - src = inputs.catppuccin-bat; - # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - Catppuccin-mocha = { - file = "Catppuccin-mocha.tmTheme"; - }; + theme = "Dracula"; }; + # themes = { + # src = inputs.catppuccin-bat; + # # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme + # Catppuccin-mocha = { + # file = "Catppuccin-mocha.tmTheme"; + # }; + # }; }; } \ No newline at end of file