From d7ed1e91698356bbb2d4b6a3d78e917800b37973 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 16:18:17 +0100 Subject: [PATCH] change bat config --- modules/home/bat/default.nix | 2 +- modules/home/zsh/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 21b6401..b15aaa5 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -8,7 +8,7 @@ }; themes = { # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - Catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-frappe.tmTheme"; + Catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; }; }; } \ No newline at end of file diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index f69586c..9d7963b 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -17,7 +17,7 @@ # Utils c = "clear"; vim = "nvim"; - cat = "bat --theme 'Visual Studio Dark+'"; + cat = "bat"; l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2 ll = "eza --icons -a --group-directories-first -1 --no-user --long"; tree = "eza --icons --tree --group-directories-first";