diff --git a/nix/configurations/vanadium.nix b/nix/configurations/vanadium.nix index e285a29f..c5d4ef8b 100644 --- a/nix/configurations/vanadium.nix +++ b/nix/configurations/vanadium.nix @@ -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 diff --git a/nix/configurations/vanadium/home/programs.nix b/nix/configurations/vanadium/home/programs.nix index e2590ad4..944cab59 100644 --- a/nix/configurations/vanadium/home/programs.nix +++ b/nix/configurations/vanadium/home/programs.nix @@ -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;