flake/home/applications/nix/default.nix

25 lines
362 B
Nix
Raw Normal View History

2023-11-06 11:23:58 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
2023-12-16 07:26:27 +00:00
alejandra
2024-07-20 04:15:17 +00:00
colmena
comma
2024-08-14 09:06:01 +00:00
deadnix
2024-02-01 23:18:17 +00:00
nh
2024-08-14 09:06:01 +00:00
nil
nix-diff
2024-04-08 10:09:31 +00:00
nix-index
2024-08-14 09:06:01 +00:00
nix-init
2024-07-20 04:15:17 +00:00
nix-output-monitor
2024-07-01 09:19:07 +00:00
nix-tree
2024-08-14 09:06:01 +00:00
nix-update
nixfmt-rfc-style
nixpkgs-review
nurl
2024-04-08 10:09:31 +00:00
sops
2024-08-14 09:06:01 +00:00
statix
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
}