Reinitialized repo after massive overhaul
This commit is contained in:
18
home/programs/terminal/bat/bat.nix
Normal file
18
home/programs/terminal/bat/bat.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
programs.bat = {
|
||||
|
||||
enable = true;
|
||||
|
||||
extraPackages = with pkgs.bat-extras; [
|
||||
batman
|
||||
batpipe
|
||||
batgrep
|
||||
batdiff
|
||||
batwatch
|
||||
prettybat
|
||||
];
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
11
home/programs/terminal/bat/flake.nix
Normal file
11
home/programs/terminal/bat/flake.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
description = "bat config";
|
||||
|
||||
inputs = {};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
hmModule = import ./bat.nix;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user