···11# Contributing to the project
2233-While this is primarily 33+While this is primarily an personal project for my NixOS setup, community contributions are welcome, especially at utility tooling I wrote in the `misc` directory (e.g.
44+[`detect-vscode-for-git`][dvscfg] and [`ssh-agent-loader`][sal]).
55+66+## Prerequisites
77+88+Other than the regular "review and agree to the [Community Code of Conduct][ccoc] and [the Linux DCO][dco]",
99+1010+* Hands-on experience with writing Nix configs for NixOS/home-manager (vibe coding/Gen AI is fine, just make sure to review the outputs before submitting a patch) and shell scripting (mainly Bash)
1111+1212+[dvscfg]: ./misc/bash/lib/detect-vscode-for-git
1313+[sal]: ./misc/bash/lib/ssh-agent-loader
1414+[ccoc]: https://policies.recaptime.dev/coc
1515+[dco]: https://policies.recaptime.dev/linux-dco
···11-{ config, pkgs, lib, zen-browser, ... }:
11+{ config, pkgs, lib, zen-browser, dev-pkgs, ... }:
2233{
44 # This now configures the 'gildedguy' user within the NixOS module system