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

7 lines
78 B
Nix
Raw Normal View History

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