feat(home-manager): add theming using stylix

This commit is contained in:
Mohammad Rafiq 2025-03-07 18:10:08 +08:00
parent 098b1dbcad
commit 655bdebfc5
9 changed files with 470 additions and 770 deletions

View file

@ -1,10 +1,6 @@
{
programs.kitty = {
enable = true;
font = {
name = "Terminess Nerd Font Mono";
size = 16;
};
keybindings = {
"ctrl+equal" = "change_font_size current +2.0";
"ctrl+minus" = "change_font_size current -2.0";