fix(home): Add check for linux before setting icons

This commit is contained in:
punkfairie 2025-01-11 10:57:39 -08:00
parent c7b4149047
commit 41e9b57b6f
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -144,7 +144,7 @@ in {
}
# icons
(mkIf (cfg.icons != null) {
(mkIf ((cfg.icons != null) && (is-linux system)) {
gtk = mkDefault {
iconTheme = {
inherit (cfg.icons) name;