home/nix: add more tools
This commit is contained in:
parent
77b051fd6f
commit
997c8d7bd0
1 changed files with 11 additions and 7 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue