This commit is contained in:
Harivansh Rathi 2026-03-12 18:38:43 -04:00
parent f74819de9d
commit 02c996d21a
11 changed files with 592 additions and 99 deletions

9
home/bat.nix Normal file
View file

@ -0,0 +1,9 @@
{...}: {
programs.bat = {
enable = true;
config = {
theme = "gruvbox-dark";
};
};
}