feat(ymir): enable more crony home manager flake options.

This commit is contained in:
CronyAkatsuki 2025-05-18 09:00:37 +02:00
parent 5bdb69a791
commit 5951d9d9d4

View file

@ -25,6 +25,10 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Enable crony flake specific settings
crony.mangohud.enable = true;
crony.gaming.enable = true;
# Fix gtkrc-2.0 collision
home.file."/home/crony/.gtkrc-2.0".force = true;