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; [
|
||||
appimage-run
|
||||
bat
|
||||
brave
|
||||
brightnessctl
|
||||
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 = [
|
||||
./bash.nix
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./emoji.nix
|
||||
./fastfetch
|
||||
|
Loading…
Reference in New Issue
Block a user