From ff5c069b08e7abac5c645354db12da464b6b25df Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 15:58:15 +0100 Subject: [PATCH] change bat config --- modules/home/bat/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 6c9a817..b6e14f9 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -1,9 +1,4 @@ { config, pkgs, ... }: -let catppuccin-bat = { - url = "github:catppuccin/bat"; - flake = false; -}; -in { programs.bat = { enable = true; @@ -13,7 +8,7 @@ in }; themes = { # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - Catppuccin-mocha = builtins.readFile "${catppuccin-bat}/Catppuccin-mocha.tmTheme"; + Catppuccin-mocha = builtins.readFile "https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme"; }; }; } \ No newline at end of file