added minecraft
This commit is contained in:
parent
aa7b6db61b
commit
8938833609
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
./firefox.nix
|
||||
./kitty.nix
|
||||
./minecraft.nix
|
||||
./steam.nix
|
||||
./thunar.nix
|
||||
./thunderbird.nix
|
||||
|
|
6
users/willifan/graphical/minecraft.nix
Normal file
6
users/willifan/graphical/minecraft.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue