home: nix: add deadnix

This commit is contained in:
Guanran Wang 2023-12-16 15:26:27 +08:00
parent 32bab88502
commit 881c33bbc7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,9 +1,14 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
nil # LSP # LSP / Formatters / Linters
alejandra # Formatter nil
statix # Linter alejandra
statix
deadnix
# Secret management
sops sops
# Additional information while building
nix-output-monitor nix-output-monitor
]; ];