Bat: configure using home-manager

This commit is contained in:
Toast 2023-10-23 13:27:57 +02:00
parent 10fc83b906
commit 4f5a944834
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
home-manager = {
users.toast.programs.bat = {
enable = true;
};
};
}