mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: enable rocm support system-wide
This commit is contained in:
parent
5f404be7fb
commit
57b2dec680
2 changed files with 6 additions and 3 deletions
|
|
@ -30,6 +30,12 @@ in
|
|||
#
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
# For btop, ROCm support is needed for AMD GPU
|
||||
# https://github.com/aristocratos/btop?tab=readme-ov-file#gpu-compatibility
|
||||
rocmSupport = true;
|
||||
};
|
||||
|
||||
hostPlatform = system;
|
||||
overlays = map import [
|
||||
../overlays
|
||||
|
|
|
|||
|
|
@ -64,10 +64,7 @@ in {
|
|||
|
||||
password-store.enable = true;
|
||||
|
||||
# ROCm support is needed for AMD GPU
|
||||
# https://github.com/aristocratos/btop?tab=readme-ov-file#gpu-compatibility
|
||||
btop.enable = true;
|
||||
btop.package = pkgs.btop-rocm;
|
||||
|
||||
cmus.enable = true;
|
||||
ranger.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue