feat: Added kitty back to darwin

This commit is contained in:
uttarayan21
2025-03-30 01:56:09 +05:30
parent 39a02eae9a
commit c0f42c76b1
2 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,8 @@
skhd = {
enable = true;
skhdConfig = ''
alt - return : ${pkgs.lib.getExe pkgs.wezterm}-gui start --always-new-process
alt - return : ${pkgs.lib.getExe pkgs.kitty} --single-instance --directory ~
# alt - return : ${pkgs.lib.getExe pkgs.wezterm}-gui start --always-new-process
shift + alt - return: pkill afplay
# close focused window

View File

@@ -5,12 +5,12 @@
...
}: {
programs.kitty = {
enable = pkgs.stdenv.isLinux;
enable = true;
# enable = false;
font = {
# name = "FiraCode Nerd Font Mono";
# name = "Hasklug Nerd Font Mono";
name = "Monaspace Krypton Var Light";
name = "Hasklug Nerd Font Mono";
# name = "Monaspace Krypton Var Light";
size = 13;
};
settings = {