mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
feat: bat with theme - catppuccino
This commit is contained in:
@@ -60,20 +60,6 @@
|
||||
vimAlias = true;
|
||||
};
|
||||
|
||||
# a cat(1) clone with syntax highlighting and Git integration.
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
pager = "less -FR";
|
||||
# theme = "Catppuccin-mocha";
|
||||
};
|
||||
#themes = {
|
||||
# Catppuccin-mocha = builtins.readFile (pkgs.fetchurl {
|
||||
# url = "https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme";
|
||||
# hash = "sha256-qMQNJGZImmjrqzy7IiEkY5IhvPAMZpq0W6skLLsng/w=";
|
||||
# });
|
||||
#};
|
||||
};
|
||||
|
||||
# skim provides a single executable: sk.
|
||||
# Basically anywhere you would want to use grep, try sk instead.
|
||||
|
||||
Reference in New Issue
Block a user