NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update le contributing docs [skip ci]

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+7 -4
+7 -4
CONTRIBUTING.md
··· 1 1 # Contributing to the project 2 2 3 - 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. 4 - [`detect-vscode-for-git`][dvscfg] and [`ssh-agent-loader`][sal]). 3 + 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. [`detect-vscode-for-git`][dvscfg] and [`ssh-agent-loader`][sal]). 5 4 6 5 ## Prerequisites 7 6 8 - Other than the regular "review and agree to the [Community Code of Conduct][ccoc] and [the Linux DCO][dco]", 7 + Other than the regular "review and agree to the [Community Code of Conduct][ccoc] and [the Linux DCO][dco]", you need the following skills: 8 + 9 + * Hands-on experience with writing Nix configs for NixOS/home-manager (vibe coding/Gen AI is fine, just make sure to review the outputs and do test builds before submitting a patch) and shell scripting (mainly Bash) 10 + 11 + ## Sending patches 9 12 10 - * 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) 13 + TODO 11 14 12 15 [dvscfg]: ./misc/bash/lib/detect-vscode-for-git 13 16 [sal]: ./misc/bash/lib/ssh-agent-loader