From e6837ea3683ed66911271be3aff2bad0a0b46b76 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 31 Mar 2026 13:04:58 +0200 Subject: Enabled nixowos after fix with interaction with stylix --- system/default.nix | 2 +- system/stylix.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index ceb8a33..66874bf 100644 --- a/system/default.nix +++ b/system/default.nix @@ -14,6 +14,6 @@ ./stylix.nix ]; - # nixowos.enable = true; # disabled until fixed + nixowos.enable = true; # disabled until fixed system.stateVersion = "25.11"; } 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; }; } -- cgit v1.2.3