nixos-config/home-manager/stvnliu/packages/dev.nix

7 lines
65 B
Nix

{ pkgs
, ...
}: {
home.packages = with pkgs; [
wget
];
}