home: nix: add deadnix
This commit is contained in:
parent
32bab88502
commit
881c33bbc7
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue