add ffmpeg, obs and mpv

This commit is contained in:
Kopatz
2023-12-04 19:32:27 +01:00
parent 2058e0fa53
commit bc0325dd68

View File

@@ -40,8 +40,6 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
wget
nixos-option
kate
@@ -77,6 +75,9 @@ in
glxinfo
vulkan-tools
anki
obs-studio
mpv
ffmpeg
];
#environment.sessionVariables = {