[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
];
}

View File

@@ -1,7 +1,8 @@
{ pkgs, lib, ... }: { pkgs, ... }:
{ {
imports = imports =
map (x: ../../../home-manager + x) [ map (x: ../../../home-manager + x) [
"/features/astronomy.nix"
"/features/development/development.nix" "/features/development/development.nix"
"/features/development/docker.nix" "/features/development/docker.nix"
"/features/development/haskell.nix" "/features/development/haskell.nix"