home-manager/suites/desktop: update app list

This commit is contained in:
Gabriel Arazas 2025-02-28 16:18:33 +08:00
parent c90ff365ad
commit cf618297e9
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -84,7 +84,7 @@ in {
(lib.mkIf cfg.video.enable { (lib.mkIf cfg.video.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
ffmpeg-full # Ah yes, everyman's multimedia swiss army knife. ffmpeg-full # Ah yes, everyman's multimedia swiss army knife.
kdenlive # YOU! Edit this video and live in a den, 'k? kdePackages.kdenlive # YOU! Edit this video and live in a den, 'k?
davinci-resolve # Michaelangelo once used this, I think. davinci-resolve # Michaelangelo once used this, I think.
gnome-video-effects # A bunch of stock video effects. gnome-video-effects # A bunch of stock video effects.
]; ];
@ -94,7 +94,6 @@ in {
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
droidcam-obs
obs-multi-rtmp obs-multi-rtmp
obs-gstreamer obs-gstreamer
obs-pipewire-audio-capture obs-pipewire-audio-capture