snowhawk: fix icon packages
This commit is contained in:
parent
46c9d96116
commit
31cb7796a8
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# FIXME: extract to theme module?
|
||||||
|
pkgs.rose-pine-gtk-theme
|
||||||
|
pkgs.rose-pine-icon-theme
|
||||||
|
pkgs.adwaita-icon-theme
|
||||||
|
|
||||||
bluetui
|
bluetui
|
||||||
blueberry
|
blueberry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue