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, ...}: {
|
{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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue