From 5feb5431295ba536d07ff954097363439b46d978 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Mon, 24 Nov 2025 18:04:11 +0800 Subject: [PATCH] fix: stylix warning --- flake/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake/hosts.nix b/flake/hosts.nix index f0738eb..b035823 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -23,7 +23,7 @@ let inputs.noctalia.homeModules.default inputs.zen.homeModules.beta { - nixpkgs = lib.mkForce { }; + stylix.overlays.enable = lib.mkForce false; } ]; useGlobalPkgs = true;