mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Fix breaking typo in flake for darwin module (#78)
Resolves a typo in the top level flake file that prevents usage as a darwin module.
This commit is contained in:
parent
d2937609ba
commit
acd0c34393
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
darwinModules.stylix = { pkgs, ... }@args: {
|
||||
imports = [
|
||||
(import ./stylix/darwin {
|
||||
inherit (self.package.${pkgs.system}) palette-generator;
|
||||
inherit (self.packages.${pkgs.system}) palette-generator;
|
||||
base16 = base16.lib args;
|
||||
homeManagerModule = self.homeManagerModules.stylix;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue