diff --git a/home/.config/helix/languages.toml b/home/.config/helix/languages.toml
index f345239..ee889a0 100644
--- a/home/.config/helix/languages.toml
+++ b/home/.config/helix/languages.toml
@@ -1,3 +1,10 @@
+[language-server]
+emmet-lsp = { command = "emmet-language-server", args = ["--stdio"] }
+
+[[language]]
+name = "html"
+language-servers = [ "emmet-lsp", "vscode-html-language-server" ]
+
[[language]]
name = "javascript"
auto-format = true
diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf
index cfaad22..8ee08af 100644
--- a/home/.config/hypr/hyprlock.conf
+++ b/home/.config/hypr/hyprlock.conf
@@ -21,7 +21,7 @@ background {
# TIME
label {
monitor =
- text = cmd[update:30000] echo "$(date +"%R")"
+ text = cmd[update:30000] echo "$(date +"%I:%M %p")"
color = $text
font_size = 90
font_family = $font
@@ -87,7 +87,7 @@ input-field {
fade_on_empty = false
placeholder_text = Logged in as $USER
hide_input = false
- check_color = $accent
+ check_color = $sky
fail_color = $red
fail_text = $FAIL ($ATTEMPTS)
capslock_color = $yellow
diff --git a/nixos/lsp.nix b/nixos/lsp.nix
index 67b9e98..cc84b07 100644
--- a/nixos/lsp.nix
+++ b/nixos/lsp.nix
@@ -16,5 +16,6 @@
zls
gopls
delve
+ emmet-language-server
];
}
diff --git a/nixos/terminal-utils.nix b/nixos/terminal-utils.nix
index dc9049d..4934109 100644
--- a/nixos/terminal-utils.nix
+++ b/nixos/terminal-utils.nix
@@ -7,6 +7,7 @@
lazygit
license-generator
git-ignore
+ gitleaks
pass-git-helper
just
xh
diff --git a/nixos/utils.nix b/nixos/utils.nix
index ddca802..d775830 100644
--- a/nixos/utils.nix
+++ b/nixos/utils.nix
@@ -9,5 +9,6 @@
surrealdb
surrealdb-migrations
surrealist
+ trunk
];
}