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

7 lines
70 B
Nix

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