diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 16:56:25 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:51 -0700 |
| commit | 88e4d5741335ebb706d1a0cc6b65f3224a54b06a (patch) | |
| tree | c47c454865331397de9d1814011f92904b7e9d62 /snowfall/modules/home/suites | |
| parent | 98c7d6938358a90fb8fefe9f3f7860d18b6780e4 (diff) | |
migration: ffmpeg
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/media/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/media/default.nix b/snowfall/modules/home/suites/media/default.nix index 5caf02b..b47fe01 100644 --- a/snowfall/modules/home/suites/media/default.nix +++ b/snowfall/modules/home/suites/media/default.nix @@ -13,6 +13,10 @@ in { cmus.enable = true; mpv.enable = true; }; + + tools = { + ffmpeg.enable = true; + }; }; }; } |