infrastructure/home/shell/mpv.nix

7 lines
85 B
Nix

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