feat(home): add Adwaita GTK icon theme to fix missing icons in apps like inkscape

This commit is contained in:
2025-05-13 23:58:26 +03:00
parent ec564b9b7e
commit 628ebbcbff

View File

@@ -41,6 +41,13 @@
};
};
gtk = {
enable = true;
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};
};
nixpkgs.config.allowUnfree = true;