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;
|
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";
|
||||||
|
|
Loading…
Reference in a new issue