Gen 402: created system config for my laptop
This commit is contained in:
11
glasshouse-laptop/home/bat.nix
Normal file
11
glasshouse-laptop/home/bat.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
pager = "less -FR";
|
||||
theme = "Dracula";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user