feature(astro): collect astrofotography tools in one module

This commit is contained in:
2026-06-20 12:18:45 +02:00
parent bf5de3872f
commit 9d7efb69ac
3 changed files with 7 additions and 6 deletions
@@ -1,8 +1,9 @@
{ config, lib, pkgs, ... }:
{
# install stellarium for stargazing and sky simulation
# install stellarium for target finding and siril for stacking
environment.systemPackages = with pkgs; [
stellarium
siril
];
}