nausicaa: add aja driver + aja-in-OBS
This commit is contained in:
parent
d5d40a37e6
commit
bb75482791
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue