mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
stylix: import missing 'stylix/opacity.nix' module on darwin (#441)
This commit is contained in:
parent
97dcf3c216
commit
1ddb78df07
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue