Skip to content

Commit ada29bf

Browse files
committed
use papirus icon theme
1 parent 21ee05e commit ada29bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/stylix/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
qt.enable = true;
1212
};
1313
base16Scheme = "${pkgs.base16-schemes}/share/themes/ayu-dark.yaml";
14+
iconTheme = {
15+
package = pkgs.papirus-icon-theme;
16+
light = "Papirus Light";
17+
dark = "Papirus Dark";
18+
};
1419
fonts = {
1520
serif = {
1621
package = pkgs.noto-fonts;

0 commit comments

Comments
 (0)