mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-01 11:19:33 +00:00
~
This commit is contained in:
parent
3f09a45719
commit
8cbecdb238
2 changed files with 2 additions and 1 deletions
1
TODO
1
TODO
|
@ -70,3 +70,4 @@
|
||||||
+- [x] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
|
+- [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] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit
|
||||||
[x] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
[x] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
||||||
|
[x] switch to 24 hour time
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
{
|
{
|
||||||
clock = {
|
clock = {
|
||||||
date-format = "%d %b %y";
|
date-format = "%d %b %y";
|
||||||
time-format = "%I:%M %p";
|
time-format = "%H:%M";
|
||||||
content.string.text = "{date} {time}";
|
content.string.text = "{date} {time}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue