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

7 lines
77 B
Nix

{
programs.mpv = {
enable = true;
catppuccin.enable = true;
};
}