From f1309de1513474ecbbd44f6013ae7f6bbfe648a0 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 15:51:14 +0100 Subject: [PATCH] clean up --- modules/home/bat/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 338d99a..4a63753 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -6,12 +6,5 @@ pager = "less -FR"; theme = "Dracula"; }; - # themes = { - # src = inputs.catppuccin-bat; - # # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - # Catppuccin-mocha = { - # file = "Catppuccin-mocha.tmTheme"; - # }; - # }; }; } \ No newline at end of file