From bc0325dd68c4b7fb6a26934b3d203df62c8b0dd7 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:32:27 +0100 Subject: [PATCH] add ffmpeg, obs and mpv --- modules/graphical/shared.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index c17fc2e..f5a1375 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -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 = {