home/theme: revert default for gtk.hideTitleBar

This commit is contained in:
Aly Raffauf 2024-07-25 21:05:36 -04:00
parent 95a482b961
commit c821bf80ea

View file

@ -307,6 +307,7 @@ in {
gtk.hideTitleBar = lib.mkOption { gtk.hideTitleBar = lib.mkOption {
description = "Whether to hide GTK3/4 titlebars (useful for some window managers)."; description = "Whether to hide GTK3/4 titlebars (useful for some window managers).";
default = false;
type = lib.types.bool; type = lib.types.bool;
}; };