nix-config/home/programs/games/itch.nix
2025-09-03 10:03:29 +02:00

11 lines
78 B
Nix

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