this repo has no description
1
fork

Configure Feed

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

wallsocket: enable rocmSupport in nixpkgs config

+7 -1
+6
hosts/wallsocket/default.nix
··· 1 1 {delib, ...}: 2 2 delib.host { 3 3 name = "wallsocket"; 4 + 5 + nixos = { 6 + # Force packages to be built with AMD ROCM support for better hardware compatibility. 7 + # Means more stuff needs to be built from scratch, but faster performance for things so worth it. 8 + nixpkgs.config.rocmSupport = true; 9 + }; 4 10 }
+1 -1
modules/programs/desktop-apps.nix
··· 12 12 home.packages = with pkgs; [ 13 13 alejandra 14 14 audacity 15 - blender-hip 15 + blender 16 16 btop # TODO: module & options 17 17 # bruno 18 18 davinci-resolve