summaryrefslogtreecommitdiff
path: root/home-manager/modules/aesthetics/themes/oxocarbon
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-20 09:11:07 -0400
committertriethyl <triethylammonium@pm.me>2025-10-20 09:11:07 -0400
commit5c72197fbab1711a023650161bfa5cbf03879c4a (patch)
treedbacb7e463184139922deb33e2e87e199276ef77 /home-manager/modules/aesthetics/themes/oxocarbon
parent5db76d2a725954a2f1e1bfb34d633aa78d1132b7 (diff)
oxocarbon: added icon theme
Diffstat (limited to 'home-manager/modules/aesthetics/themes/oxocarbon')
-rw-r--r--home-manager/modules/aesthetics/themes/oxocarbon/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/home-manager/modules/aesthetics/themes/oxocarbon/default.nix b/home-manager/modules/aesthetics/themes/oxocarbon/default.nix
index 011000a..a34af5a 100644
--- a/home-manager/modules/aesthetics/themes/oxocarbon/default.nix
+++ b/home-manager/modules/aesthetics/themes/oxocarbon/default.nix
@@ -43,16 +43,15 @@ in {
# package = inputs.kirsch.packages.x86_64-linux.kirsch-nerd;
# };
};
- # home.pointerCursor = {
- # package = pkgs.oreo-cursors-plus;
- # name = "oreo_spark_black_bordered_cursors";
- # size = 22;
- # };
home.pointerCursor = {
package = pkgs.qogir-icon-theme;
name = "Qogir-Dark";
size = 22;
};
+ gtk.iconTheme = {
+ package = pkgs.zafiro-icons;
+ name = "Zafiro-icons-Dark";
+ };
}
)
(