Gnome extensions + better theme integration

This commit is contained in:
Filippo Berto 2021-09-06 17:04:06 +02:00
parent bd6b04c6a4
commit d304c4c65a
4 changed files with 61 additions and 17 deletions

View file

@ -1,3 +1,9 @@
{
programs.bat = { enable = true; config.theme = "Nord"; };
programs.bat = {
enable = true;
config = {
theme = "Nord";
tabs = "2";
};
};
}