From cbd8962b9ff4f5bd783f44655603268baaa2917e Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Thu, 1 Aug 2024 12:07:50 +0200 Subject: [PATCH] Use new syntax --- modules/home/bat.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 7fed718..5af5d6a 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -6,7 +6,10 @@ theme = "Catpuccin Mocha"; }; themes = { - file = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; + catppuccin-mocha = { + src = inputs.catppuccin-bat; + file = "/themes/Catppuccin Mocha.tmTheme"; + }; }; }; }