1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-01 14:26:00 +00:00
This commit is contained in:
Rae 5e 2025-03-03 17:55:17 -05:00
parent 3f01bd1608
commit a15a59af09
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
7 changed files with 305 additions and 129 deletions

View file

@ -85,7 +85,10 @@
};
kitty = {
enable = true;
font.name = "Fira Code";
font = {
name = "GohuFont";
size = 10.5;
};
themeFile = "mayukai";
};
password-store = {

View file

@ -146,6 +146,10 @@
profiles.default = {
isDefault = true;
search = firefox.profiles.default.search;
settings = {
"mail.show_headers" = 2;
"mail.spellcheck.inline" = false;
};
};
};
};