My Nix Configuration
2
fork

Configure Feed

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

[marvin] add some cli tools

dish 40206e7e 1e1c8fdb

+6
+6
hosts/marvin/hardware.nix
··· 17 17 ]; 18 18 }; 19 19 }; 20 + environment.systemPackages = [ 21 + pkgs.intel-gpu-tools 22 + (pkgs.nvtopPackages.intel.overrideAttrs { 23 + amd = true; 24 + }) 25 + ]; 20 26 }