From f08deaf6b97072b1472d1ef143c2b476da91e995 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 9 Nov 2025 06:57:01 -0700 Subject: source theme directly instead of converting to string and back --- modules/home-manager/bat.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index e6984de..354eff0 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -8,7 +8,9 @@ theme = "catppuccin-mocha"; }; themes = { - catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; + catppuccin-mocha = { + src = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; + }; }; }; } -- cgit v1.2.3