From 98c0470bc4b93a7cd379c8b7d645ac7227a0cb0a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 15 Aug 2024 02:00:09 -0400 Subject: [PATCH] remove darkMode toggle --- homeManagerModules/options.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/homeManagerModules/options.nix b/homeManagerModules/options.nix index 5201f5ec..1d61927e 100644 --- a/homeManagerModules/options.nix +++ b/homeManagerModules/options.nix @@ -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;