Use btop-rocm on Vanguard for GPU support
This commit is contained in:
parent
6b71ca2136
commit
4c9c14eb3c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue