Compare commits

..

No commits in common. "92f20c250b26e6f30a5ec102684c969dcc05bfac" and "b072ac82e175463ab3c4fb734228e740745a89b2" have entirely different histories.

4 changed files with 0 additions and 5 deletions

View File

@ -93,7 +93,6 @@
"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"
]; ];
}; };

View File

@ -33,7 +33,6 @@
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;

View File

@ -94,8 +94,6 @@ 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

View File

@ -18,7 +18,6 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
unstable.typst unstable.typst
unstable.typst-live
]; ];
}; };
} }