Use btop-rocm on Vanguard for GPU support
This commit is contained in:
parent
6b71ca2136
commit
4c9c14eb3c
|
@ -38,7 +38,9 @@
|
|||
})
|
||||
];
|
||||
};
|
||||
programs.obs-studio = {
|
||||
programs = {
|
||||
btop.package = pkgs.btop-rocm;
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
|
@ -47,6 +49,7 @@
|
|||
input-overlay
|
||||
];
|
||||
};
|
||||
};
|
||||
wayland.windowManager.hyprland.settings =
|
||||
let
|
||||
primary = "Microstep MSI G27CQ4 E2";
|
||||
|
|
Loading…
Reference in a new issue