mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
8 lines
63 B
Nix
8 lines
63 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
};
|
|
}
|