Skip to content

Commit 69335e7

Browse files
committed
feat(modules/home): less of a headache
1 parent 2546e5b commit 69335e7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/home/firefox/default.nix

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,23 @@ in {
152152
}
153153
];
154154
}
155+
{
156+
name = "Typst";
157+
bookmarks = [
158+
{
159+
name = "Typst app";
160+
url = "https://typst.app/";
161+
}
162+
{
163+
name = "Typst docs";
164+
url = "https://typst.app/docs/";
165+
}
166+
{
167+
name = "Typst universe";
168+
url = "https://typst.app/universe/";
169+
}
170+
];
171+
}
155172
{
156173
name = "Nix";
157174
bookmarks = [

modules/home/helix/settings.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
inline-diagnostics = {
2323
cursor-line = "hint";
2424
other-lines = "error";
25+
max-diagnostics = 2;
2526
};
2627

2728
statusline = {

0 commit comments

Comments
 (0)