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
4
home.nix
4
home.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue