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

11 lines
78 B
Nix
Raw Normal View History

2025-03-27 14:59:12 +01:00
{
pkgs,
config,
...
2025-09-03 10:03:29 +02:00
}:
{
home.packages = with pkgs; [
itch
];
2025-03-27 14:59:12 +01:00
}