feat: disable emulators for now.

This commit is contained in:
CronyAkatsuki 2025-04-20 18:47:23 +02:00
parent d625119157
commit 8b0ca25471

View File

@ -27,6 +27,9 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Disable emulators for now
crony.emulators.enable = false;
# Fix gtkrc-2.0 collision
home.file."/home/crony/.gtkrc-2.0".force = true;