From db8ada4360314be44027142f019148dd08c34625 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 22 Jul 2025 16:48:25 +0200 Subject: [PATCH] Home: Start initial kitty terminal with fastfetch --- home/christoph/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/christoph/hyprland.nix b/home/christoph/hyprland.nix index 09e69628..edd4a153 100644 --- a/home/christoph/hyprland.nix +++ b/home/christoph/hyprland.nix @@ -64,7 +64,7 @@ autostart = { immediate = [ - "kitty" + "kitty --hold fastfetch" "zeal" "nextcloud --background" "protonvpn-app"