From 8ea13a7ec4693f8d1ed2a0b3a84858f8cb13ed2a Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Wed, 21 Aug 2024 00:04:53 +0200 Subject: [PATCH] Fix typo --- modules/home/bat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 5af5d6a..186be1f 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -3,7 +3,7 @@ enable = true; config = { pager = "less -FR"; - theme = "Catpuccin Mocha"; + theme = "catppuccin-mocha"; }; themes = { catppuccin-mocha = {