added minecraft

This commit is contained in:
willifan 2024-06-14 21:29:58 +02:00
parent aa7b6db61b
commit 8938833609
2 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,7 @@
./firefox.nix
./kitty.nix
./minecraft.nix
./steam.nix
./thunar.nix
./thunderbird.nix

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
prismlauncher
];
}