From c2ca860a99d9d1f26599ace8654a4b39d54a2b92 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 12 May 2026 01:13:09 -0700 Subject: [PATCH] Generate Ghostty dropdown config --- nixos/desktop.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 1d1adea0..e8286961 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -97,6 +97,19 @@ shell-integration-features = cursor,no-sudo,no-title,no-ssh-env,no-ssh-terminfo,path ''; }; + + xdg.configFile."ghostty/dropdown" = { + force = true; + text = '' + config-file = /home/imalison/.config/ghostty/config + class = com.mitchellh.ghostty.dropdown + title = dropdown + gtk-single-instance = false + window-decoration = none + window-padding-x = 0 + window-padding-y = 0 + ''; + }; } ];