From 997c8d7bd0f667ef44e1093a9ba5e9d25207899b Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 8 Apr 2024 18:09:31 +0800 Subject: [PATCH] home/nix: add more tools --- home/applications/nix/default.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/home/applications/nix/default.nix b/home/applications/nix/default.nix index f229529..201966d 100644 --- a/home/applications/nix/default.nix +++ b/home/applications/nix/default.nix @@ -1,21 +1,25 @@ {pkgs, ...}: { home.packages = with pkgs; [ - # LSP / Formatters / Linters + # lsp nil alejandra statix deadnix - nixpkgs-fmt # for nixpkgs PRs - # Nix helper + # nixpkgs PRs + nixpkgs-fmt + # nixfmt-rfc-style + nix-update + + # misc nh - # Secret management - sops - # Additional information while building nix-output-monitor + nix-index + comma + sops ]; - ### nh + # for `nh` # yes, i know, weird and long path home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/git-repos/github.com/Guanran928/flake";