7 lines
144 B
Nix
7 lines
144 B
Nix
{ pkgs,flakeRoot ... }:
|
|
|
|
{
|
|
stylix.enable = true;
|
|
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
|
}
|