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:
milan 2025-03-31 15:32:33 +02:00 committed by GitHub
parent 9c5458e4b0
commit 1a817e285c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,7 @@ Example configuration:
};
iconTheme = {
package = pkgs.gnome.adwaita-icon-theme;
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};