this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf: enable ROCm support globally

Which also enable GPU support in btop.

+6
+6
configuration.nix
··· 122 122 }; 123 123 }; 124 124 125 + nixpkgs = { 126 + config = { 127 + rocmSupport = true; 128 + }; 129 + }; 130 + 125 131 # List packages installed in system profile. 126 132 environment = { 127 133 systemPackages = with pkgs; [