feat: lsp change, pocketid key, hyprland changes

This commit is contained in:
2026-04-12 01:22:21 -04:00
parent c46ccff5c9
commit 5e886ee875
8 changed files with 26 additions and 10 deletions

6
flake.lock generated
View File

@@ -247,11 +247,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1768661221,
"narHash": "sha256-MJwOjrIISfOpdI9x4C+5WFQXvHtOuj5mqLZ4TMEtk1M=",
"lastModified": 1773628058,
"narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3327b113f2ef698d380df83fbccefad7e83d7769",
"rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df",
"type": "github"
},
"original": {

View File

@@ -29,6 +29,7 @@
};
})
hyprlandPlugins.hyprscrolling
hyprlandPlugins.hyprbars
];
settings = {
@@ -124,7 +125,7 @@
animation = [
"global, 1, 10, default"
"border, 1, 5.39, easeOutQuint"
"border, 0, 5.39, easeOutQuint"
"windows, 1, 4.79, easeOutQuint"
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
"windowsOut, 1, 1.49, linear, popin 87%"
@@ -342,6 +343,10 @@
hyprscrolling = {
fullscreen_on_one_column = true;
};
hyprbars = {
enabled = false;
};
};
};
};

View File

@@ -9,6 +9,11 @@
UI_CONFIG_DISABLED = true;
APP_NAME = config.oauth.name;
};
credentials = {
ENCRYPTION_KEY = config.sops.secrets."pocket-id-encryption-key".path;
};
};
}

View File

@@ -20,6 +20,10 @@
"tunnel-credentials" = {};
"admin-password" = {};
"pocket-id-encryption-key" = {
owner = config.services.pocket-id.user;
};
"waka-password-salt" = {
owner = config.users.users.wakapi.name;
};

View File

@@ -73,7 +73,7 @@
libreoffice-qt
pkgs-unstable.signal-desktop-bin
pkgs-unstable.signal-desktop
pkgs-unstable.gurk-rs
gnupg
@@ -84,6 +84,8 @@
pinentry-qt
fzf
zip
jq
ffmpeg
ripgrep
unzip

View File

@@ -128,19 +128,19 @@
enable = true;
servers = {
ts_ls.enable = true;
tsgo.enable = true;
tailwindcss.enable = false;
biome.enable = false;
rust_analyzer = {
enable = true;
installCargo = true;
installRustc = true;
};
clangd.enable = true;
tailwindcss.enable = true;
phpactor.enable = true;
pylsp.enable = true;
pyright.enable = true;
nixd.enable = true;
biome.enable = true;
};
keymaps = {

View File

@@ -29,7 +29,7 @@ rebuild-ark:
just add-secrets
git add .
nixos-rebuild --flake '.?submodules=1#ark' --build-host admin@100.98.252.15 --target-host admin@100.98.252.15 --use-remote-sudo --fast switch
nixos-rebuild --flake '.?submodules=1#ark' --build-host admin@192.168.1.192 --target-host admin@192.168.1.192 --use-remote-sudo --fast switch
push-secrets:
just add-secrets

Submodule secrets updated: b5647c0094...78d7d95fd0