Use btop-rocm on Vanguard for GPU support

This commit is contained in:
Evie Litherland-Smith 2025-01-03 16:21:02 +00:00
parent 6b71ca2136
commit 4c9c14eb3c

View file

@ -38,7 +38,9 @@
}) })
]; ];
}; };
programs.obs-studio = { programs = {
btop.package = pkgs.btop-rocm;
obs-studio = {
enable = true; enable = true;
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
wlrobs wlrobs
@ -47,6 +49,7 @@
input-overlay input-overlay
]; ];
}; };
};
wayland.windowManager.hyprland.settings = wayland.windowManager.hyprland.settings =
let let
primary = "Microstep MSI G27CQ4 E2"; primary = "Microstep MSI G27CQ4 E2";