fix ds9 immich port

This commit is contained in:
Lucy Hochkamp 2025-02-15 19:22:51 +01:00
parent 0f2c8049fd
commit d6e453664d
No known key found for this signature in database
3 changed files with 77 additions and 2 deletions

View file

@ -30,8 +30,82 @@ in
theme = "gruvbox_dark_hard";
editor = {
line-number = "relative";
lsp.display-messages = true;
bufferline = "multiple";
color-modes = true;
cursorline = true;
auto-format = true;
end-of-line-diagnostics = "hint";
inline-diagnostics = {
cursor-line = "hint";
};
lsp = {
display-messages = true;
display-inlay-hints = true;
};
popup-border = "popup";
statusline.left = [
"mode"
"spinner"
"spacer"
"version-control"
"file-name"
"diagnostics"
"read-only-indicator"
"file-modification-indicator"
"spacer"
];
statusline.right = [
"workspace-diagnostics"
"register"
"position"
"selections"
"file-encoding"
"file-type"
];
idle-timeout = 50;
completion-timeout = 100;
indent-guides = {
render = true;
character = "";
skip-levels = 1;
};
soft-wrap = {
enable = true;
};
whitespace = {
render = {
space = "none";
tab = "all";
newline = "none";
};
characters = {
nbsp = "·";
tab = "";
};
};
};
keys = {
normal = {
space."=" = ":fmt";
# smart tab++
tab = "move_parent_node_end";
S-tab = "move_parent_node_start";
};
insert = {
# smart tab ++
S-tab = "move_parent_node_start";
};
select = {
# smart tab++
tab = "extend_parent_node_end";
S-tab = "extend_parent_node_start";
};
};
};
languages = {
language-server.pyright.config.python.analysis.typeCheckingMode = "basic";

View file

@ -183,7 +183,7 @@ in
bind [fd7a:115c:a1e0:ab12:4843:cd96:6253:6019]
@immich host immich.hailsatan.eu
handle @immich {
import podmanRedir http://immich-server:3001
import podmanRedir http://immich-server:2283
}
@cd host cd.hailsatan.eu
handle @cd {

View file

@ -27,6 +27,7 @@
hardware.keyboard.zsa.enable = true;
services.tailscale.useRoutingFeatures = lib.mkForce "client";
xdg.portal = {
enable = true;