First Commit

This commit is contained in:
2025-11-18 23:02:07 -07:00
parent 1d9a3ce69e
commit db90e91cdb
290 changed files with 3691 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Nix is a purely functional package manager and a build system
# https://nixos.org/
{ "name": "nix", "type": "BG_CPUIO" }
{ "name": "nix-daemon", "type": "BG_CPUIO" }
{ "name": "nix-store", "type": "BG_CPUIO" }
# https://github.com/maralorn/nix-output-monitor
{ "name": "nom", "type": "BG_CPUIO" }
{ "name": "nom-shell", "type": "BG_CPUIO" }
# Nix language LSP
# https://github.com/nix-community/nixd
{ "name": "nixd", "type": "BG_CPUIO" }
{ "name": "nixd-attrset-eval", "type": "BG_CPUIO" }
# https://github.com/oxalica/nil
{ "name": "nil", "type": "BG_CPUIO" }
# https://github.com/Mic92/nixpkgs-review
{ "name": "nixpkgs-review", "type": "BG_CPUIO" }
# https://github.com/viperML/nh
{ "name": "nh", "type": "BG_CPUIO" }