From 212f0f831cb10cf0e791d87c36727272bd8f632b Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:10:54 -0600 Subject: papirus icon theme --- modules/desktop/hjem/gtk.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/desktop') 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; }; }; -- cgit v1.3.1