feat(desktops): minimize default home-manager, slim it down.

This commit is contained in:
CronyAkatsuki 2025-05-17 17:52:40 +02:00
parent b7ab95e59e
commit 45b6040bff
2 changed files with 6 additions and 12 deletions

View file

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