config

NixOS config
Log | Files | Refs | README | LICENSE

commit 4f14a09900c4fa78cd744dbe4a29ab3fda9ed1be (tree)
parent 8bd91548667b26a50c9c1077cf4d09143919df1a
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  4 May 2026 18:26:03 +0300

ghostty

Diffstat:
Mmodules/profiles/linuxdesktop/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/linuxdesktop/default.nix b/modules/profiles/linuxdesktop/default.nix @@ -280,7 +280,7 @@ in programs = { ghostty = { settings = { - window-decoration = false; + #window-decoration = false; # kde gtk-single-instance = true; }; };