22 lines
331 B
Nix
22 lines
331 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
colmena
|
|
deadnix
|
|
nh
|
|
nil
|
|
nix-diff
|
|
nix-index
|
|
nix-init
|
|
nix-output-monitor
|
|
nix-tree
|
|
nix-update
|
|
nixfmt-rfc-style
|
|
nixpkgs-review
|
|
sops
|
|
statix
|
|
];
|
|
|
|
# nh
|
|
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/flake";
|
|
}
|