this repo has no description
0
fork

Configure Feed

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

feat: install Arc theme

While it's basically unmaintained, I still love it - as long as it works
for basic use cases, it should be fine, because I mostly use CLI instead
of GUI.

Using Nix to manage GTK settings instead of normal dotfiles because:

- There are multiple places to update GTK dotfiles (GTK 2, 3, 4)
- It rarely changes

+11
+11
users/khuedoan.nix
··· 96 96 name = "Adwaita"; 97 97 package = pkgs.adwaita-icon-theme; 98 98 }; 99 + gtk = { 100 + enable = true; 101 + theme = { 102 + package = pkgs.arc-theme; 103 + name = "Arc-Dark"; 104 + }; 105 + iconTheme = { 106 + package = pkgs.arc-icon-theme; 107 + name = "Arc"; 108 + }; 109 + }; 99 110 }; 100 111 }; 101 112 }