mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add bat configurationo
This commit is contained in:
16
home-manager/modules/bat.nix
Normal file
16
home-manager/modules/bat.nix
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
themes = {
|
||||||
|
dracula = {
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "Briles";
|
||||||
|
repo = "gruvbox";
|
||||||
|
rev = "75407cc80c51814d61beb1df07e380d6f58ad767";
|
||||||
|
sha256 = "186rhbljw80psf1l8hyj02ycz1wzxv4rxmbrqr8yvi30165drpay";
|
||||||
|
};
|
||||||
|
file = "gruvbox (Dark) (Medium).sublime-color-scheme";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./bat.nix
|
||||||
./chromium.nix
|
./chromium.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
Reference in New Issue
Block a user