{ pkgs, ...}: { programs.partition-manager.enable = true; environment.systemPackages = with pkgs; [ #For root nix-tree nushell bat helix wget unzip git wl-clipboard pciutils usbutils ]; nixpkgs.config.permittedInsecurePackages = [ "electron-25.9.0" ]; }