Files
nixos/Droidnix/generated/system/core/theme.nix
T
2026-03-16 21:52:40 +00:00

11 lines
182 B
Nix

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