summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-09-15 20:38:17 +0200
committerlassulus <lassulus@lassul.us>2020-09-15 20:38:17 +0200
commit371a8ced90d4ef6bf0a26718dcf0ff506b9e4208 (patch)
tree778f383d09696aee85bf084b4c9e5edc68d75170 /lass
parent624deaddd03101890d2974fc9340a26c00051bf3 (diff)
l games: disable most games
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/games.nix18
1 files changed, 10 insertions, 8 deletions
diff --git a/lass/2configs/games.nix b/lass/2configs/games.nix
index 63bfa53e..67f250ef 100644
--- a/lass/2configs/games.nix
+++ b/lass/2configs/games.nix
@@ -66,14 +66,16 @@ in {
useDefaultShell = true;
packages = with pkgs; [
# minecraft
- steam-run
- scummvm
- dolphinEmu
- doom1
- doom2
- vdoom1
- vdoom2
- vdoomserver
+ # ftb
+ # steam-run
+ # scummvm
+ # dolphinEmu
+ # doom1
+ # doom2
+ # protontricks
+ # vdoom1
+ # vdoom2
+ # vdoomserver
retroarchBare
];
};