feat(home-manager): add theming using stylix
This commit is contained in:
parent
098b1dbcad
commit
655bdebfc5
9 changed files with 470 additions and 770 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue