firefox: fix wrong date format in nextcloud

https://github.com/nextcloud/calendar/issues/6788
iso8601
This commit is contained in:
Khaïs COLIN 2025-07-13 14:20:16 +02:00
parent 71bc235159
commit 8b1f70650b
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
2 changed files with 12 additions and 7 deletions

View file

@ -119,7 +119,12 @@
users.groups.music = {};
# Install firefox.
programs.firefox.enable = true;
programs.firefox = {
enable = true;
# fix wrong locale in calendar for nextcloud
# https://github.com/nextcloud/calendar/issues/6788
preferences."intl.regional_prefs.use_os_locales" = true;
};
# chroot jail
programs.firejail.enable = true;