[astronomy] Adds Stellarium, KStars and Celestia to Vega

This commit is contained in:
2025-10-21 11:58:35 -07:00
parent 879ad11d96
commit 499b0f4334
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
stellarium
kstars
celestia
];
}