Add in bat configuration
This commit is contained in:
parent
8b4d93de73
commit
bace462b47
|
@ -201,6 +201,13 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
theme = "zenburn";
|
||||||
|
style = "header,rule,snip,changes";
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
(mkIf config.nathan.programs.util.json {
|
(mkIf config.nathan.programs.util.json {
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in New Issue