mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-31 17:10:06 +01:00
Nix/Hyprland on Home Manager: update iconTheme example (#1020)
The package gnome.adwaita-icon-theme was moved to a top-level package.
This commit is contained in:
parent
9c5458e4b0
commit
1a817e285c
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ Example configuration:
|
|||
};
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue