This commit is contained in:
2026-07-26 21:35:25 +01:00
parent 1939501955
commit 8827d72292
3 changed files with 16 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{ ... }:
{
programs.bat = {
enable = true;
config = {
paging = "never";
style = "plain";
};
};
}