{ pkgs, ...}: { programs.partition-manager.enable = true; environment.systemPackages = with pkgs; [ #For root nushell bat helix wget unzip git wl-clipboard pciutils ]; }