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, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# LSP / Formatters / Linters
|
# lsp
|
||||||
nil
|
nil
|
||||||
alejandra
|
alejandra
|
||||||
statix
|
statix
|
||||||
deadnix
|
deadnix
|
||||||
nixpkgs-fmt # for nixpkgs PRs
|
|
||||||
|
|
||||||
# Nix helper
|
# nixpkgs PRs
|
||||||
|
nixpkgs-fmt
|
||||||
|
# nixfmt-rfc-style
|
||||||
|
nix-update
|
||||||
|
|
||||||
|
# misc
|
||||||
nh
|
nh
|
||||||
# Secret management
|
|
||||||
sops
|
|
||||||
# Additional information while building
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
nix-index
|
||||||
|
comma
|
||||||
|
sops
|
||||||
];
|
];
|
||||||
|
|
||||||
### nh
|
# for `nh`
|
||||||
# yes, i know, weird and long path
|
# yes, i know, weird and long path
|
||||||
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/git-repos/github.com/Guanran928/flake";
|
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/git-repos/github.com/Guanran928/flake";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue