From 8cbecdb238e2653288088693b3a6d0fdee3235e6 Mon Sep 17 00:00:00 2001 From: roxwize Date: Thu, 3 Apr 2025 20:09:08 -0400 Subject: [PATCH] ~ --- TODO | 1 + nixos/home/yambar.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1705b7e..52fbc18 100644 --- a/TODO +++ b/TODO @@ -70,3 +70,4 @@ +- [x] rust-analyzer doesn't fucking work (and you should probably use mkShell for this) +- [x] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit [x] Use pass ? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html) +[x] switch to 24 hour time diff --git a/nixos/home/yambar.nix b/nixos/home/yambar.nix index 7cf02a0..e2ca9e3 100644 --- a/nixos/home/yambar.nix +++ b/nixos/home/yambar.nix @@ -84,7 +84,7 @@ { clock = { date-format = "%d %b %y"; - time-format = "%I:%M %p"; + time-format = "%H:%M"; content.string.text = "{date} {time}"; }; }