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