Compare commits
2 Commits
b072ac82e1
...
92f20c250b
Author | SHA1 | Date | |
---|---|---|---|
92f20c250b | |||
8ecf066196 |
@ -93,6 +93,7 @@
|
|||||||
"home-assistant.local.tbmrs.nl"
|
"home-assistant.local.tbmrs.nl"
|
||||||
"karakeep.local.tbmrs.nl"
|
"karakeep.local.tbmrs.nl"
|
||||||
"vikunja.local.tbmrs.nl"
|
"vikunja.local.tbmrs.nl"
|
||||||
|
"mail.tbmrs.nl"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
applications.yazi.enable = true;
|
applications.yazi.enable = true;
|
||||||
applications.zellij.enable = true;
|
applications.zellij.enable = true;
|
||||||
applications.wezterm.enable = true;
|
applications.wezterm.enable = true;
|
||||||
|
applications.typst.enable = true;
|
||||||
|
|
||||||
services.nextcloud-sync.enable = true;
|
services.nextcloud-sync.enable = true;
|
||||||
|
|
||||||
|
@ -94,6 +94,8 @@ in {
|
|||||||
editor.cursor-shape = {
|
editor.cursor-shape = {
|
||||||
insert = "bar";
|
insert = "bar";
|
||||||
};
|
};
|
||||||
|
editor.end-of-line-diagnostics = "hint";
|
||||||
|
editor.inline-diagnostics.cursor-line = "error";
|
||||||
};
|
};
|
||||||
languages = {
|
languages = {
|
||||||
# Rust
|
# Rust
|
||||||
|
@ -18,6 +18,7 @@ in {
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unstable.typst
|
unstable.typst
|
||||||
|
unstable.typst-live
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user