11.stylix/stylix/hm/palette.nix

6 lines
129 B
Nix

{ config, lib, ... }:
{
config = lib.mkIf config.stylix.enable {
xdg.configFile = config.stylix.generated.fileTree;
};
}