Compare commits

..

4 Commits

Author SHA1 Message Date
Alexandre
49fc8d4321 My fuckass removed the wrong package 2026-03-26 20:54:24 +01:00
Alexandre
310130ef79 Removed an outdated package 2026-03-26 20:53:00 +01:00
Alexandre
cbfc6ac95e Added video accel for OBS 2026-03-26 20:50:43 +01:00
Alexandre
7704be5f18 Added OBS 2026-03-26 20:37:29 +01:00
2 changed files with 9 additions and 0 deletions

View File

@ -75,9 +75,17 @@
# Video Accel
libva
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 = {
NIXOS_OZONE_WL = "1";
LIBVA_DRIVER_NAME = "radeonsi";
};
pathsToLink = [ "/share/zsh" ];
};

View File

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