mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 18:29:39 +01:00
news: fix timestamp (#7109)
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
f9186c64fc
commit
a868570581
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
time = "2023-03-16:12:00+00:00";
|
||||
time = "2023-03-16T00:12:00+00:00";
|
||||
condition = config.programs.i3status-rust.enable;
|
||||
message = ''
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue