nixhome/web.nix

11 lines
118 B
Nix

{ config, pkgs, ...}:
{
home.packages = with pkgs; [
curl
wget
monolith
yt-dlp
neocities
];
}