Compare commits

..

No commits in common. "49fc8d432163ba218fa2a4a39e1449e6c71bd603" and "1f8fb0c53d99e30e0097ec748acf6d640dfd058a" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -75,17 +75,9 @@
# Video Accel # Video Accel
libva libva
libva-utils libva-utils
mesa
(wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
obs-vaapi # ← encodage H.264/HEVC via VA-API (AMD, Intel)
obs-gstreamer # ← optionnel mais utile
];
})
]; ];
sessionVariables = { sessionVariables = {
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
LIBVA_DRIVER_NAME = "radeonsi";
}; };
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];
}; };

View File

@ -7,6 +7,5 @@
vlc vlc
unzip unzip
unrar unrar
obs-studio
]; ];
} }