File tree Expand file tree Collapse file tree
.agents/skills/nix-developer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ When configuring a NixOS machine:
5050When configuring user-specific dotfiles or packages:
5151
5252- Utilize ` home-manager ` as a NixOS module or as a standalone flake output.
53- - Structure configurations by grouping related programs (e.g., git, shell,
54- editor).
53+ - Structure configurations by grouping related programs (e.g., ` git ` , ` shell ` ,
54+ ` editor ` ).
5555
5656## Best Practices
5757
Original file line number Diff line number Diff line change 5454 background_jobs # presence of background jobs
5555 direnv # direnv status (https://direnv.net/)
5656 virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
57- anaconda # conda environment (https://conda.io/)
57+ # anaconda # conda environment (https://conda.io/)
5858 pyenv # python environment (https://github.com/pyenv/pyenv)
5959 goenv # go environment (https://github.com/syndbg/goenv)
6060 nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
6464 # go_version # go version (https://golang.org)
6565 # rust_version # rustc version (https://www.rust-lang.org)
6666 # dotnet_version # .NET version (https://dotnet.microsoft.com)
67- rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
68- rvm # ruby version from rvm (https://rvm.io)
67+ # rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
68+ # rvm # ruby version from rvm (https://rvm.io)
6969 # fvm # flutter version management (https://github.com/leoafarias/fvm)
7070 kubecontext # current kubernetes context (https://kubernetes.io/)
7171 terraform # terraform workspace (https://www.terraform.io)
You can’t perform that action at this time.
0 commit comments