Removing isLinux guard

This commit is contained in:
laycookie 2024-11-09 13:18:11 -08:00
parent 7759c32d7c
commit 983f5d8d62

View file

@ -5,7 +5,7 @@ let
inherit (config.stylix) polarity;
in {
imports = [ ../icon.nix ];
config = lib.mkIf (config.stylix.enable && cfg.enable && pkgs.stdenv.hostPlatform.isLinux) {
config = lib.mkIf (config.stylix.enable && cfg.enable) {
gtk = {
iconTheme = {
inherit (cfg) package;