treewide: cleanup some unused modules/programs
All checks were successful
Cachix / build (elendel) (push) Successful in 1m30s
Cachix / build (kholinar) (push) Successful in 2m11s
Cachix / build (marabethia) (push) Successful in 1m34s

This commit is contained in:
Charlotte Van Petegem 2025-01-13 09:38:56 +01:00
parent f90330ef48
commit d4dba203e3
6 changed files with 2 additions and 50 deletions

View file

@ -3,7 +3,6 @@
{
imports = [
./minecraft
./mumble
./particles
./steam
./tetris
@ -17,7 +16,6 @@
config = lib.mkIf config.chvp.games.enable {
chvp.games = {
minecraft.client = lib.mkDefault false;
mumble.enable = lib.mkDefault true;
steam.enable = lib.mkDefault true;
};
};