diff --git a/common/helix/config.toml b/common/helix/config.toml index e5b48e8..cb7ee86 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -16,7 +16,7 @@ hidden = false [editor.indent-guides] render = true -character = "🭰" +character = "▏" [keys.insert] j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" } diff --git a/host/layer/public-webserver/caddy/Caddyfile b/host/layer/public-webserver/caddy/Caddyfile index b924229..54086f3 100755 --- a/host/layer/public-webserver/caddy/Caddyfile +++ b/host/layer/public-webserver/caddy/Caddyfile @@ -2,7 +2,7 @@ admin "unix//run/caddy/admin.socket" } -// http://127.0.0.1 http://0.0.0.0 http://{system.hostname} { +http:// { root * /srv/http file_server { browse /etc/caddy/browse_template.html diff --git a/os/linux/arch/provision.d/optional/ui-packages.bash b/os/linux/arch/provision.d/optional/ui-packages.bash index df077da..c750e3d 100755 --- a/os/linux/arch/provision.d/optional/ui-packages.bash +++ b/os/linux/arch/provision.d/optional/ui-packages.bash @@ -46,7 +46,8 @@ paru -Sy --needed \ glu mesa wxgtk2 libpng `# Graphical Libs` \ gammastep `# Redshift for Wayland` \ dmenu `# Application Launcher` \ - firefox-developer-edition `# Default Web Browser` \ + firefox `# Default Web Browser` \ + hunspell-en_US `# Firefox Spell Checking` \ passff-host `# Pass integration in Firefox` \ kitty-git `# Terinal Emulator` \ alsa-utils `# Audio Utilities` \