replace alacritty with kitty

This commit is contained in:
wi11-holdsworth 2025-08-07 11:47:53 +10:00
parent e5a6650255
commit b73140ea90
3 changed files with 32 additions and 50 deletions

View file

@ -4,7 +4,7 @@ let
in
{
config = lib.mkIf config.${feature}.enable {
alacritty.enable = true;
kitty.enable = true;
zellij.enable = true;
};