generation 517 25.11.20250714.62e0f05

This commit is contained in:
2025-09-26 02:48:32 -04:00
parent 834f6420ab
commit 5ea351430c
4 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
osConfig,
...
}: let
# secretBookmarks = builtins.fromJSON (builtins.readFile osConfig.age.secrets."firefox-bookmarks".path);
# osConfig carries config from configuration.nix
scale =
if osConfig.res == "1366x768"
@@ -194,7 +195,7 @@ in {
}
{
name = "verus zulip";
url = "https://verus-lang.zulipchat.com/";
url = "https://verus-lang.zulipchat.com/#feed";
}
{
name = "vstd docs";
@@ -204,6 +205,10 @@ in {
name = "core docs";
url = "https://doc.rust-lang.org/1.88.0/core/index.html";
}
{
name = "verus github";
url = "https://github.com/verus-lang/verus";
}
];
}
{