diff --git a/modules/home/options/theme/default.nix b/modules/home/options/theme/default.nix index 71b43fa..9503a52 100644 --- a/modules/home/options/theme/default.nix +++ b/modules/home/options/theme/default.nix @@ -144,7 +144,7 @@ in { } # icons - (mkIf (cfg.icons != null) { + (mkIf ((cfg.icons != null) && (is-linux system)) { gtk = mkDefault { iconTheme = { inherit (cfg.icons) name;