Use stylix's NixOs module
This commit is contained in:
parent
5bf8070ee0
commit
4a4be84a33
3 changed files with 14 additions and 7 deletions
11
modules/core/stylix.nix
Normal file
11
modules/core/stylix.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.stylix.nixosModules.stylix];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
};
|
||||
}
|
||||
Reference in a new issue