{ pkgs, flakeRoot, ... }: { programs.stylix = { enable = true; settings = { theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; }; }; }