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