aboutsummaryrefslogtreecommitdiff
path: root/system/stylix.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:04:58 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-31 13:05:08 +0200
commite6837ea3683ed66911271be3aff2bad0a0b46b76 (patch)
tree741e6c6733ba99a742516e07a1ac36da8f07f070 /system/stylix.nix
parente3c000ea3fb61dedcdab518ea5a70e6a68ce4b16 (diff)
Enabled nixowos after fix with interaction with stylix
Diffstat (limited to 'system/stylix.nix')
-rw-r--r--system/stylix.nix3
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;
};
}