mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add mpv
This commit is contained in:
parent
ad463e5f3f
commit
4cf6d51b79
4 changed files with 21 additions and 0 deletions
|
@ -36,6 +36,7 @@ in
|
|||
nomacs.enable = mkEnableOption "Nomacs (Qt-based image viewer)";
|
||||
qbittorrent.enable = mkEnableOption "Qbittorrent (Free software BitTorrent client)";
|
||||
obs.enable = mkEnableOption "OBS (Free and oepn source software for video recording and live streaming)";
|
||||
mpv.enable = mkEnableOption "MPV (General-purpose media player)";
|
||||
};
|
||||
|
||||
tools = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue