mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated things
This commit is contained in:
parent
f35f2a877c
commit
06f054fc3c
6 changed files with 54 additions and 54 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, config, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.kitty;
|
||||
|
|
@ -11,6 +15,19 @@
|
|||
disable_ligatures = "cursor";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
map super+1 goto_tab 1
|
||||
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+6 goto_tab 6
|
||||
map super+7 goto_tab 7
|
||||
map super+8 goto_tab 8
|
||||
map super+9 goto_tab 9
|
||||
map super+0 goto_tab 10
|
||||
'';
|
||||
|
||||
themeFile = "Catppuccin-Macchiato";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue