Generate Ghostty dropdown config

This commit is contained in:
2026-05-12 01:13:09 -07:00
parent a6dee77f58
commit c2ca860a99

View File

@@ -97,6 +97,19 @@
shell-integration-features = cursor,no-sudo,no-title,no-ssh-env,no-ssh-terminfo,path 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
'';
};
} }
]; ];