diff --git a/darwin/kuro/services/skhd.nix b/darwin/kuro/services/skhd.nix index dcbb9cee..5783c04f 100644 --- a/darwin/kuro/services/skhd.nix +++ b/darwin/kuro/services/skhd.nix @@ -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 diff --git a/home/apps/kitty.nix b/home/apps/kitty.nix index adecb50c..41f43aad 100644 --- a/home/apps/kitty.nix +++ b/home/apps/kitty.nix @@ -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 = {