diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 21:46:17 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:48 -0700 |
| commit | 3138059adbcead0f9cba98c13528bbb13808e037 (patch) | |
| tree | f7157f211744bf6b366bcfcffb536897d3e2046e /snowfall/modules/home/suites/media | |
| parent | f7ea743b013ab15bf71ba9130ed1943025901528 (diff) | |
migration: mpv
Diffstat (limited to 'snowfall/modules/home/suites/media')
| -rw-r--r-- | snowfall/modules/home/suites/media/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/media/default.nix b/snowfall/modules/home/suites/media/default.nix index 33a3394..5caf02b 100644 --- a/snowfall/modules/home/suites/media/default.nix +++ b/snowfall/modules/home/suites/media/default.nix @@ -11,6 +11,7 @@ in { cxl = { apps = { cmus.enable = true; + mpv.enable = true; }; }; }; |