flake/home/applications/nix/default.nix

28 lines
456 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
# lsp
nil
alejandra
statix
deadnix
# nixpkgs PRs
nixfmt-rfc-style
nix-update
nix-init
nixpkgs-review
# misc
nh
nix-output-monitor
nix-index
nix-tree
comma
sops
colmena
];
# for `nh`
# yes, i know, weird and long path
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/git-repos/github.com/Guanran928/flake";
}