games: remove some games I don't play anymore

This commit is contained in:
Charlotte Van Petegem 2024-07-11 15:10:44 +02:00
parent b97c629fa1
commit 0f2eef0465
4 changed files with 0 additions and 68 deletions

View file

@ -6,9 +6,7 @@
./mumble
./particles
./steam
./teeworlds
./tetris
./zeroad
];
options.chvp.games.enable = lib.mkOption {
@ -21,7 +19,6 @@
minecraft.client = lib.mkDefault false;
mumble.enable = lib.mkDefault true;
steam.enable = lib.mkDefault true;
zeroad.client = lib.mkDefault true;
};
};
}