this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+1 -8
+1 -8
modules/gui/linux.nix
··· 129 129 130 130 gtk = { 131 131 enable = true; 132 - theme = { 133 - package = pkgs.arc-theme; 134 - name = "Arc-Dark"; 135 - }; 136 - iconTheme = { 137 - package = pkgs.arc-icon-theme; 138 - name = "Arc"; 139 - }; 132 + colorScheme = "dark"; 140 133 }; 141 134 }; 142 135 }