Remove gaming and production tools from Droid

This commit is contained in:
Bun 2025-04-18 04:22:01 -04:00
parent f4787ac16d
commit b0aa793fcd

View file

@ -4,8 +4,6 @@
home-manager.users."${config.sysusers.main}".home = {
desktop.enable = true;
gaming.enable = true;
production.enable = true;
stateVersion = lib.mkForce config.system.stateVersion;
};
}