mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix astral
This commit is contained in:
parent
33895b9c46
commit
dcfd4b7f3a
4 changed files with 25 additions and 9 deletions
|
|
@ -21,9 +21,11 @@
|
|||
inputs.nix-minecraft.overlay
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
environment.systemPackages = with pkgs;
|
||||
if config.mods.xorg.enable then
|
||||
[ prismlauncher ]
|
||||
else
|
||||
[];
|
||||
|
||||
services.minecraft-servers = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue