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

@ -422,7 +422,7 @@ in {
theme = lib.mkForce "modus_vivendi";
editor = {
cursor-shape = {
insert = "bar";
insert = "bar";
normal = "block";
select = "underline";
};
@ -442,7 +442,7 @@ in {
};
programs.starship = {
enable = true;
enable = true;
settings = {
# short prompt timeout
command_timeout = 30;