feat(desktop): disable restic for now.

This commit is contained in:
CronyAkatsuki 2025-05-15 23:03:52 +02:00
parent abdc586336
commit f09c91ad8f

View file

@ -30,6 +30,9 @@
# Disable emulators for now # Disable emulators for now
crony.emulators.enable = false; crony.emulators.enable = false;
# Disable restic for now
crony.restic.enable = false;
# Fix gtkrc-2.0 collision # Fix gtkrc-2.0 collision
home.file."/home/crony/.gtkrc-2.0".force = true; home.file."/home/crony/.gtkrc-2.0".force = true;