forked from CachyOS/ananicy-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnix.rules
25 lines (20 loc) · 833 Bytes
/
nix.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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" }
{ "name": ".nixpkgs-review-wrapped", "type": "BG_CPUIO" }
# https://github.com/viperML/nh
{ "name": "nh", "type": "BG_CPUIO" }
{ "name": ".nh-wrapped", "type": "BG_CPUIO" }