Files
dotfiles/users/gaming/home/programs.nix
2024-11-21 21:02:12 -05:00

7 lines
64 B
Nix

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