mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
Added more config for bat
This commit is contained in:
parent
4943416647
commit
121ffb5466
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
appimage-run
|
appimage-run
|
||||||
bat
|
|
||||||
brave
|
brave
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cmatrix
|
cmatrix
|
||||||
|
13
modules/home/bat.nix
Normal file
13
modules/home/bat.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
pager = "less -FR";
|
||||||
|
};
|
||||||
|
extraPackages = with pkgs.bat-extras; [
|
||||||
|
batman
|
||||||
|
batpipe
|
||||||
|
batgrep
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@ -1,6 +1,7 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./bash.nix
|
./bash.nix
|
||||||
|
./bat.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./emoji.nix
|
./emoji.nix
|
||||||
./fastfetch
|
./fastfetch
|
||||||
|
Loading…
Reference in New Issue
Block a user