From 881c33bbc78df3a5b074fa60be07c088d3bf1a64 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 16 Dec 2023 15:26:27 +0800 Subject: [PATCH] home: nix: add deadnix --- .../home-manager/applications/nix/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/users/guanranwang/home-manager/applications/nix/default.nix b/users/guanranwang/home-manager/applications/nix/default.nix index c633621..236fe97 100644 --- a/users/guanranwang/home-manager/applications/nix/default.nix +++ b/users/guanranwang/home-manager/applications/nix/default.nix @@ -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 ];