From fd169d653477f5025ebd2f020b8f144d0cdbc601 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 16:48:13 +0100 Subject: [PATCH] fix bat config --- modules/home/bat/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 60a5aca..930a9b1 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -7,9 +7,10 @@ theme = "Catppuccin-mocha"; }; themes = { + src = inputs.catppuccin-bat; # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme Catppuccin-mocha = { - file = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; + file = "Catppuccin-mocha.tmTheme"; }; }; };