Add gpr GitHub PR helper and include in git nix module

This commit is contained in:
Joshua Bell 2026-01-27 17:22:36 -06:00
parent ec2e093a24
commit 8b54a94c54
5 changed files with 465 additions and 19 deletions

View file

@ -55,6 +55,11 @@
nodejs_24
foot
vlc
google-chrome
(google-chrome.override {
commandLineArgs = [
"--remote-debugging-port=9222"
"--remote-allow-origins=*"
];
})
];
}