Add Minecraft
This commit is contained in:
parent
cfa13b882e
commit
78243e8a14
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
|
@ -8,5 +8,9 @@
|
|||
};
|
||||
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue