{ pkgs, ...}: { programs.partition-manager.enable = true; environment.systemPackages = with pkgs; [ #For root age nix-tree nushell bat helix wget nvd unzip git wl-clipboard pciutils usbutils dig nmap waypipe ]; fonts.packages = with pkgs; [ hack-font ]; nixpkgs.config.permittedInsecurePackages = [ "electron-33.4.11" ]; }