nix-config/home/programs/games/itch.nix

10 lines
86 B
Nix

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