diff options
Diffstat (limited to 'system/stylix.nix')
| -rw-r--r-- | system/stylix.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/stylix.nix b/system/stylix.nix index 02afafc..4a9e89a 100644 --- a/system/stylix.nix +++ b/system/stylix.nix @@ -71,5 +71,8 @@ # Polarity (dark or light theme) polarity = "dark"; + + # Disable nixos-icons to avoid conflict with NixOS icon handling + targets.nixos-icons.enable = false; }; } |
