From 593cf6b5c36bfdf76c8a5fe41a2522dae55b2dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 12:11:26 +0100 Subject: [PATCH] non important commit --- home/modules/theming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -}; +};*/ }