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

7 lines
78 B
Nix

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