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

7 lines
70 B
Nix
Raw Normal View History

2025-04-16 21:54:10 +02:00
{ pkgs, ... }:
{
2025-09-03 10:03:29 +02:00
home.packages = with pkgs; [
airshipper
];
2025-04-16 21:54:10 +02:00
}