generation 517 25.11.20250714.62e0f05
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user