nausicaa: add aja driver + aja-in-OBS

This commit is contained in:
Luke Granger-Brown 2024-12-21 17:05:51 +00:00
parent d5d40a37e6
commit bb75482791

View file

@ -52,6 +52,10 @@ in {
binfmt.emulatedSystems = [ "aarch64-linux" ]; binfmt.emulatedSystems = [ "aarch64-linux" ];
kernelParams = [ "amd_pstate=active" ]; kernelParams = [ "amd_pstate=active" ];
extraModulePackages = with config.boot.kernelPackages; [
ajantv2
];
} (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.8") { } (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.8") {
kernelParams = [ kernelParams = [
# Scatter/Gather causes display flickering # Scatter/Gather causes display flickering
@ -230,7 +234,7 @@ in {
}) })
efibootmgr efibootmgr
iw iw
obs-studio (obs-studio.override { ajaSupport = true; })
vulkan-tools vulkan-tools
depot.nix.pkgs.world-of-goo2 depot.nix.pkgs.world-of-goo2
yt-dlp yt-dlp