diff --git a/home/modules/theming.nix b/home/modules/theming.nix index 18168fe..42f07a4 100644 --- a/home/modules/theming.nix +++ b/home/modules/theming.nix @@ -61,7 +61,7 @@ }; }; - wayland.windowManager.cosmic.appearance = { + /*wayland.windowManager.cosmic.appearance = { theme = "Dark"; darkTheme = { # ── Backgrounds ─────────────────────────────────────────── @@ -88,5 +88,5 @@ }; windowHintOutlineWidth = 2; }; -}; +};*/ }