Added stylix

This commit is contained in:
Tyler Mayoff 2025-01-10 23:10:34 -05:00
parent bf14ab604e
commit c97591361a
8 changed files with 476 additions and 79 deletions

View file

@ -6,10 +6,6 @@
programs.kitty = {
enable = true;
package = config.lib.nixGL.wrap pkgs.kitty;
font = {
name = "JetBrainsMono Nerd Font";
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
};
settings = {
disable_ligatures = "cursor";
@ -20,7 +16,7 @@
map super+2 goto_tab 2
map super+3 goto_tab 3
map super+4 goto_tab 4
map super+5 goto_tab 5
map super+5 goto_tab 5
map super+6 goto_tab 6
map super+7 goto_tab 7
map super+8 goto_tab 8