home/nix: add more tools

This commit is contained in:
Guanran Wang 2024-04-08 18:09:31 +08:00
parent 77b051fd6f
commit 997c8d7bd0
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -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";