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