diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 15:10:54 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 15:12:36 -0600 |
| commit | 212f0f831cb10cf0e791d87c36727272bd8f632b (patch) | |
| tree | e5bbdc09234bbf1ddf248ab41c64ae1d8580defd | |
| parent | 5b68da7ee5216b35db966a1ae68ef38d2c5f91c2 (diff) | |
papirus icon theme
| -rw-r--r-- | modules/desktop/hjem/gtk.nix | 3 |
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; }; }; |
