From 21bb2474955d6691ae3d477e9b333fdbcebbc154 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Mon, 14 Oct 2019 15:33:40 +0200
Subject: [PATCH] l games: install only for user

---
 lass/2configs/games.nix | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/lass/2configs/games.nix b/lass/2configs/games.nix
index a3acb82bb..a3a32d87c 100644
--- a/lass/2configs/games.nix
+++ b/lass/2configs/games.nix
@@ -56,15 +56,6 @@ let
   '';
 
 in {
-  environment.systemPackages = with pkgs; [
-    dolphinEmu
-    doom1
-    doom2
-    vdoom1
-    vdoom2
-    vdoomserver
-  ];
-
   users.extraUsers = {
     games = {
       name = "games";
@@ -76,7 +67,14 @@ in {
       packages = with pkgs; [
         minecraft
         steam-run
+        scummvm
         dolphinEmu
+        doom1
+        doom2
+        vdoom1
+        vdoom2
+        vdoomserver
+        retroarchBare
       ];
     };
   };