flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
12
modules/home-manager/shell/bat.nix
Normal file
12
modules/home-manager/shell/bat.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs.bat-extras; [ batman ];
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
"cat" = "bat";
|
||||
"man" = "batman";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue