more changes

This commit is contained in:
2023-11-20 23:28:12 +01:00
parent 1d562fba74
commit c3f7fa44fc
5 changed files with 23 additions and 77 deletions

View File

@@ -0,0 +1,14 @@
{
enable = true;
settings = {
shell = "fish";
font = {
family = "JetBrainsMono NerdFont";
size = 12;
};
window = {
padding = { x = 16; y = 16; };
opacity = 0.8;
};
};
}