mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
stuff
This commit is contained in:
parent
ad5067cf13
commit
84d27406ad
1 changed files with 16 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
protonup-qt
|
protonup-qt
|
||||||
prismlauncher
|
prismlauncher
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
obs-studio
|
|
||||||
davinci-resolve
|
davinci-resolve
|
||||||
nur.repos.reedrw.jkps
|
nur.repos.reedrw.jkps
|
||||||
];
|
];
|
||||||
|
@ -30,6 +29,14 @@
|
||||||
package = pkgs.alvr;
|
package = pkgs.alvr;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-vaapi
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
@ -38,6 +45,14 @@
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
mesa
|
||||||
|
egl-wayland
|
||||||
|
rocmPackages.clr.icd
|
||||||
|
amdvlk
|
||||||
|
libva
|
||||||
|
libva-utils
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue