chore: flake update

This commit is contained in:
oddlama 2025-04-26 11:48:17 +02:00
parent ced72fb7bb
commit 9f365bbb9c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 137 additions and 233 deletions

View file

@ -61,7 +61,7 @@ lib.optionalAttrs (!minimal) {
};
# Autostart hyprland if on tty1 (once, don't restart after logout)
programs.zsh.initExtra = lib.mkOrder 9999 ''
programs.zsh.initContent = lib.mkOrder 9999 ''
if [[ -t 0 && "$(tty || true)" == /dev/tty1 && -z "$DISPLAY" && -z "$WAYLAND_DISPLAY" ]] && uwsm check may-start; then
echo "Login shell detected. Starting Hyprland..."
uwsm start -S -F Hyprland

View file

@ -5,11 +5,12 @@
}:
{
programs.nixvim.plugins = {
nvim-jdtls = {
jdtls = {
enable = true;
data = "~/.cache/jdtls/workspace";
cmd = [
settings.cmd = [
"${lib.getExe pkgs.jdt-language-server}"
"-data"
"~/.cache/jdtls/workspace"
];
};
lsp = {