Disable mime augmentation on halley-tower

This commit is contained in:
Leonora Tindall 2025-07-03 09:53:16 -05:00
parent f61416748a
commit ffcc0b7f43
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ in
# env vars
home.sessionVariables = {};
# don't install xdg info:
xdg.mime.enable = false;
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;