feat: 99 annoying bats on the wall, 99 annoying bats
This commit is contained in:
parent
0e03137e20
commit
86f07dc1e2
1 changed files with 13 additions and 0 deletions
13
modules/base/bat.nix
Normal file
13
modules/base/bat.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{...}: {
|
||||||
|
flake.modules.nixos.base = {pkgs, ...}: {
|
||||||
|
programs.bat.enable = true;
|
||||||
|
|
||||||
|
environment.shellAliases = {
|
||||||
|
"cat" = "${pkgs.bat}/bin/bat";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
flake.modules.homeManager.base = {
|
||||||
|
programs.bat.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue