materusPC: add vlc, change ffmpeg and obs
This commit is contained in:
parent
33d7f92b92
commit
0040f1d23e
|
@ -11,7 +11,8 @@
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
kdePackages.dolphin
|
kdePackages.dolphin
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
|
vlc
|
||||||
|
|
||||||
patchelf
|
patchelf
|
||||||
killall
|
killall
|
||||||
util-linux
|
util-linux
|
||||||
|
|
|
@ -83,16 +83,15 @@
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.papirus-icon-theme
|
pkgs.papirus-icon-theme
|
||||||
materusArg.pkgs.ffmpeg6-amf-full
|
materusArg.pkgs.ffmpeg_7-amf-full
|
||||||
(materusArg.pkgs.polymc.wrap { extraJDKs = [ pkgs.graalvm-ce ]; extraLibs = [ ]; })
|
(materusArg.pkgs.polymc.wrap { extraJDKs = [ pkgs.graalvm-ce ]; extraLibs = [ ]; })
|
||||||
pkgs.git-crypt
|
pkgs.git-crypt
|
||||||
pkgs.obsidian
|
pkgs.obsidian
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
enable = false;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [ wlrobs obs-vaapi obs-vkcapture obs-gstreamer input-overlay obs-multi-rtmp obs-pipewire-audio-capture ];
|
plugins = with pkgs.obs-studio-plugins; [ wlrobs obs-vaapi obs-vkcapture obs-gstreamer input-overlay obs-multi-rtmp obs-pipewire-audio-capture ];
|
||||||
package = materusArg.pkgs.obs-amf;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -69,5 +69,5 @@ in
|
||||||
kdePackages.ark
|
kdePackages.ark
|
||||||
];
|
];
|
||||||
|
|
||||||
materus.profile.steam.extraPkgs = [ pkgs.kdePackages.breeze pkgs.kdePackages.breeze-gtk pkgs.kdePackages.dolphin ];
|
materus.profile.steam.extraPkgs = [ pkgs.kdePackages.breeze pkgs.kdePackages.breeze-gtk pkgs.kdePackages.dolphin pkgs.vlc ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue