mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
home/theme: revert default for gtk.hideTitleBar
This commit is contained in:
parent
95a482b961
commit
c821bf80ea
|
@ -307,6 +307,7 @@ in {
|
|||
|
||||
gtk.hideTitleBar = lib.mkOption {
|
||||
description = "Whether to hide GTK3/4 titlebars (useful for some window managers).";
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue