home: atuin: use 'uk' dialect for dates
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This should be for date *parsing*, from my looking at the code. Unlikely to be relevant, but might as well set it to the saner of the two options.
This commit is contained in:
parent
6f5ac4e55f
commit
26ee59ef6e
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ in
|
|||
];
|
||||
|
||||
settings = {
|
||||
# Reasonable date format
|
||||
dialect = "uk";
|
||||
# The package is managed by Nix
|
||||
update_check = false;
|
||||
# I don't care for the fancy display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue