profiles/gaming: remove virtual machines setup

It's not needed anymore (also because it changed).
This commit is contained in:
Gabriel Arazas 2023-12-20 10:49:05 +08:00
parent 40d286ac3a
commit a25603142c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -43,9 +43,6 @@ in
# Enable the Wine setup for Linux gaming with Windows games.
profiles.desktop.wine.enable = lib.mkDefault true;
# Virtualize everything.
profiles.dev.virtualization.enable = lib.mkDefault true;
# Yes... Play your Brawl Stars and Clash Royale in NixOS. :)
virtualisation.waydroid.enable = lib.mkDefault true;
}