From ffb7b865139c07098a38c9975f76851cf50e2ea5 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 15:20:58 +0100 Subject: [PATCH] test --- modules/home/bat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index fd4fd13..81f8e5e 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -2,7 +2,7 @@ { programs.bat = { enable = true; - config.theme = "base16"; + config .theme = "base16"; # config.theme = "Monokai Extended"; }; } \ No newline at end of file