fix icon packs

This commit is contained in:
Yan Lin 2025-10-20 22:26:26 +02:00
parent 54aa4a3414
commit 90e29fe3cb

View file

@ -110,6 +110,15 @@ in
x11.enable = true;
};
# Configure GTK icon theme
gtk = {
enable = true;
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};
};
# GNOME Shell extensions
home.packages = with pkgs; [
gnomeExtensions.hide-top-bar