Files
dotfiles/users/gaming/home/programs.nix
2024-11-19 18:42:11 -05:00

7 lines
64 B
Nix

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