mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:51:54 -05:00
remove darkMode toggle
This commit is contained in:
parent
03e1803423
commit
98c0470bc4
|
@ -207,12 +207,6 @@ in {
|
|||
type = lib.types.int;
|
||||
};
|
||||
|
||||
darkMode = lib.mkOption {
|
||||
description = "Whether to prefer dark mode apps or not.";
|
||||
default = config.stylix.polarity == "dark";
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
gtk.hideTitleBar = lib.mkOption {
|
||||
description = "Whether to hide GTK3/4 titlebars (useful for some window managers).";
|
||||
default = false;
|
||||
|
|
Loading…
Reference in a new issue