cli tools
This commit is contained in:
9
modules/home-manager/bat/default.nix
Normal file
9
modules/home-manager/bat/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user