firefox: fix wrong date format in nextcloud
https://github.com/nextcloud/calendar/issues/6788 iso8601
This commit is contained in:
parent
71bc235159
commit
8b1f70650b
2 changed files with 12 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue