summaryrefslogtreecommitdiffstats
path: root/lass/2configs/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/games.nix')
-rw-r--r--lass/2configs/games.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/2configs/games.nix b/lass/2configs/games.nix
index 6cea271c..50362cda 100644
--- a/lass/2configs/games.nix
+++ b/lass/2configs/games.nix
@@ -73,6 +73,10 @@ in {
extraGroups = [ "audio" "video" "input" "loot" ];
createHome = true;
useDefaultShell = true;
+ packages = with pkgs; [
+ ftb
+ minecraft
+ ];
};
};