mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 12:19:00 +00:00
home-manager/suites/desktop: update app list
This commit is contained in:
parent
c90ff365ad
commit
cf618297e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user