[astronomy] Adds Stellarium, KStars and Celestia to Vega
This commit is contained in:
8
home-manager/features/astronomy.nix
Normal file
8
home-manager/features/astronomy.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
stellarium
|
||||
kstars
|
||||
celestia
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user