Gen 443: Organized home folder

This commit is contained in:
pagedMov
2024-10-13 00:36:02 -04:00
parent 5c1f765128
commit 75ded7f870
15 changed files with 23 additions and 97 deletions

View File

@@ -0,0 +1,11 @@
{ inputs, ... }:
{
programs.bat = {
enable = true;
config = {
pager = "less -FR";
theme = "Dracula";
};
};
}