aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-30 15:10:54 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-30 15:12:36 -0600
commit212f0f831cb10cf0e791d87c36727272bd8f632b (patch)
treee5bbdc09234bbf1ddf248ab41c64ae1d8580defd /modules/desktop
parent5b68da7ee5216b35db966a1ae68ef38d2c5f91c2 (diff)
papirus icon theme
Diffstat (limited to 'modules/desktop')
-rw-r--r--modules/desktop/hjem/gtk.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/desktop/hjem/gtk.nix b/modules/desktop/hjem/gtk.nix
index 0e3f9b1..9642f8c 100644
--- a/modules/desktop/hjem/gtk.nix
+++ b/modules/desktop/hjem/gtk.nix
@@ -11,6 +11,7 @@ in
dconf
cfg.cursor_data.package
+ pkgs.papirus-icon-theme
cfg.theme_data.package
];
@@ -21,6 +22,7 @@ in
value.Settings = {
gtk-cursor-theme-name = cfg.cursor_data.name;
gtk-cursor-theme-size = 24;
+ gtk-icon-theme-name = "Papirus";
gtk-theme-name = cfg.theme_data.name;
};
};
@@ -29,6 +31,7 @@ in
value.Settings = {
gtk-cursor-theme-name = cfg.cursor_data.name;
gtk-cursor-theme-size = 24;
+ gtk-icon-theme-name = "Papirus";
gtk-theme-name = lib.mkIf (cfg.theme_data.name != "adw-gtk3") cfg.theme_data.name;
};
};