configuration.nix/modules/home/programs/mako/default.nix

7 lines
78 B
Nix

{
services.mako = {
enable = true;
catppuccin.enable = true;
};
}