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, ...}: {
home.packages = with pkgs; [
nil # LSP
alejandra # Formatter
statix # Linter
# LSP / Formatters / Linters
nil
alejandra
statix
deadnix
# Secret management
sops
# Additional information while building
nix-output-monitor
];