stylix: import missing 'stylix/opacity.nix' module on darwin (#441)

This commit is contained in:
NewDawn0 2024-06-23 16:19:52 +02:00 committed by GitHub
parent 97dcf3c216
commit 1ddb78df07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)