Bat: configure using home-manager
This commit is contained in:
parent
10fc83b906
commit
4f5a944834
2 changed files with 11 additions and 0 deletions
9
roles/common/programs/bat.nix
Normal file
9
roles/common/programs/bat.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
users.toast.programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue