flake/home/applications/nix/default.nix

22 lines
309 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
2023-11-06 19:23:58 +08:00
home.packages = with pkgs; [
2024-08-14 17:06:01 +08:00
deadnix
2024-02-02 07:18:17 +08:00
nh
2024-08-14 17:06:01 +08:00
nil
nix-diff
2024-04-08 18:09:31 +08:00
nix-index
2024-08-14 17:06:01 +08:00
nix-init
2024-07-20 12:15:17 +08:00
nix-output-monitor
2024-07-01 17:19:07 +08:00
nix-tree
2024-08-14 17:06:01 +08:00
nix-update
nixfmt-rfc-style
nixpkgs-review
2024-04-08 18:09:31 +08:00
sops
2024-08-14 17:06:01 +08:00
statix
2023-11-06 19:23:58 +08:00
];
2024-07-20 12:15:17 +08:00
# nh
home.sessionVariables.FLAKE = "/home/guanranwang/Projects/flake";
2023-11-06 19:23:58 +08:00
}