From e5fb112a7fe340a667ff6db2d3ce733b23382eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 19 Nov 2023 22:05:24 +0100 Subject: [PATCH] add kitty everywhere --- config/home-manager/base.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/home-manager/base.nix b/config/home-manager/base.nix index 9814d3b1..b653c342 100644 --- a/config/home-manager/base.nix +++ b/config/home-manager/base.nix @@ -24,19 +24,12 @@ desktop: {pkgs, ...}: { '' [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh - '' - + ( - if desktop - then '' - test -n "$KITTY_INSTALLATION_DIR" || export KITTY_INSTALLATION_DIR=${pkgs.kitty}/lib/kitty export KITTY_SHELL_INTEGRATION=enabled autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration kitty-integration unfunction kitty-integration - '' - else "" - ); + ''; plugins = [ ]; };