feat(darwin): Add stylix and user modules
This commit is contained in:
parent
65659908cf
commit
9470ea2f90
3 changed files with 20 additions and 0 deletions
|
@ -9,4 +9,12 @@
|
|||
stylix.enable = true;
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
||||
flake.modules.darwin.default =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ inputs.stylix.darwinModules.stylix ];
|
||||
stylix.enable = true;
|
||||
#TODO: move into manifest
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue