This commit is contained in:
nora 2023-05-27 16:45:59 +02:00
parent d47c674cad
commit c9ea4cccd9
2 changed files with 21 additions and 9 deletions

View file

@ -89,6 +89,17 @@
nils = {
id = 0;
name = "nils";
bookmarks = [
{
name = "NixOS options";
url = "https://search.nixos.org/options";
}
{
name = "home-manager options";
url = "https://rycee.gitlab.io/home-manager/options.html";
}
];
};
};
};