First Commit
This commit is contained in:
23
etc/ananicy.d/00-default/nix.rules
Normal file
23
etc/ananicy.d/00-default/nix.rules
Normal 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" }
|
||||
Reference in New Issue
Block a user