From 1ddb78df07579a1cd9d7cd3a98de08137cd80863 Mon Sep 17 00:00:00 2001 From: NewDawn0 Date: Sun, 23 Jun 2024 16:19:52 +0200 Subject: [PATCH] stylix: import missing 'stylix/opacity.nix' module on darwin (#441) --- stylix/darwin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/stylix/darwin/default.nix b/stylix/darwin/default.nix index 2a29746c..19e7c6e1 100644 --- a/stylix/darwin/default.nix +++ b/stylix/darwin/default.nix @@ -8,6 +8,7 @@ in { imports = [ ../pixel.nix ../target.nix + ../opacity.nix ./fonts.nix (import ./palette.nix { inherit palette-generator base16; }) (import ../templates.nix inputs)