mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added stylix
This commit is contained in:
parent
bf14ab604e
commit
c97591361a
8 changed files with 476 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue