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,14 +38,17 @@
}) })
]; ];
}; };
programs.obs-studio = { programs = {
enable = true; btop.package = pkgs.btop-rocm;
plugins = with pkgs.obs-studio-plugins; [ obs-studio = {
wlrobs enable = true;
obs-vkcapture plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture wlrobs
input-overlay obs-vkcapture
]; obs-pipewire-audio-capture
input-overlay
];
};
}; };
wayland.windowManager.hyprland.settings = wayland.windowManager.hyprland.settings =
let let