nix.nix (170B)
1 { pkgs, ... }: 2 3 { 4 home.packages = with pkgs; [ 5 nh 6 nix-output-monitor 7 nix-prefetch-scripts 8 nix-update 9 nixpkgs-fmt 10 nixpkgs-review 11 nurl 12 ]; 13 }