From 25cf4e8e4295e45f539e9eca6b24599f4b2d1c0f Mon Sep 17 00:00:00 2001 From: Tobias Frischmann Date: Wed, 19 Aug 2026 08:45:16 +0200 Subject: [PATCH] fix btop gpu --- hosts/pc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index 7f2c5b5..c3b836d 100644 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -101,6 +101,8 @@ shell = pkgs.fish; }; + nixpkgs.config.rocmSupport = true; + # Allow unfree packages nixpkgs.config.allowUnfree = true; -- 2.51.2