flake/home/applications/nix/default.nix

22 lines
319 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
2023-11-06 11:23:58 +00:00
home.packages = with pkgs; [
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
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
}