From 478feb06d9039e4ec88eb77644f535b86f8e8b84 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 5 Jun 2024 01:43:10 +0200 Subject: [PATCH] Hyprland: Fix kitty autostart --- home/christoph/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 3883667d..a87da9a7 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -114,12 +114,11 @@ rec { }; autostart = { - immediate = [ - "kitty" - ]; + # immediate = []; delayed = [ # "kdeconnect-indicator" + "kitty" "nextcloud --background" "keepassxc" ];