{ flake.modules.nixos.pc = { pkgs, ... }: { environment.systemPackages = with pkgs; [ git ]; }; }