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
|
||||
prismlauncher
|
||||
osu-lazer-bin
|
||||
obs-studio
|
||||
davinci-resolve
|
||||
nur.repos.reedrw.jkps
|
||||
];
|
||||
|
@ -30,6 +29,14 @@
|
|||
package = pkgs.alvr;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
@ -38,6 +45,14 @@
|
|||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
mesa
|
||||
egl-wayland
|
||||
rocmPackages.clr.icd
|
||||
amdvlk
|
||||
libva
|
||||
libva-utils
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue