Compare commits
No commits in common. "92f20c250b26e6f30a5ec102684c969dcc05bfac" and "b072ac82e175463ab3c4fb734228e740745a89b2" have entirely different histories.
92f20c250b
...
b072ac82e1
@ -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"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user