flake/home/applications/nix/default.nix

28 lines
381 B
Nix
Raw Normal View History

2023-11-06 11:23:58 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
2024-04-08 10:09:31 +00:00
# lsp
2023-12-16 07:26:27 +00:00
alejandra
deadnix
2024-07-20 04:15:17 +00:00
nil
statix
2023-12-16 07:26:27 +00:00
2024-04-08 10:09:31 +00:00
# nixpkgs PRs
2024-05-30 17:11:49 +00:00
nix-init
2024-07-20 04:15:17 +00:00
nix-update
nixfmt-rfc-style
2024-07-01 09:19:07 +00:00
nixpkgs-review
2024-04-08 10:09:31 +00:00
# misc
2024-07-20 04:15:17 +00:00
colmena
comma
2024-02-01 23:18:17 +00:00
nh
2024-04-08 10:09:31 +00:00
nix-index
2024-07-20 04:15:17 +00:00
nix-output-monitor
2024-07-01 09:19:07 +00:00
nix-tree
2024-04-08 10:09:31 +00:00
sops
2023-11-06 11:23:58 +00:00
];
2024-07-20 04:15:17 +00:00
# nh
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/flake";
2023-11-06 11:23:58 +00:00
}