From 9cd42bf4e34bf92ac2022d1907150d31fa902162 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 1 May 2026 15:50:56 +0700 Subject: [PATCH] style(gtk): use default dark theme Arc is deprecated, doesn't integrate well with news apps and features (e.g. dark mode), and I'm too lazy to find a new custom theme, so just use the default dark one. --- modules/gui/linux.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/gui/linux.nix b/modules/gui/linux.nix index 7f8b558..729f9c8 100644 --- a/modules/gui/linux.nix +++ b/modules/gui/linux.nix @@ -129,14 +129,7 @@ gtk = { enable = true; - theme = { - package = pkgs.arc-theme; - name = "Arc-Dark"; - }; - iconTheme = { - package = pkgs.arc-icon-theme; - name = "Arc"; - }; + colorScheme = "dark"; }; }; } -- 2.51.2