feat: lsp change, pocketid key, hyprland changes
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
UI_CONFIG_DISABLED = true;
|
||||
|
||||
APP_NAME = config.oauth.name;
|
||||
|
||||
};
|
||||
|
||||
credentials = {
|
||||
ENCRYPTION_KEY = config.sops.secrets."pocket-id-encryption-key".path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
2
justfile
2
justfile
@@ -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
|
||||
|
||||
2
secrets
2
secrets
Submodule secrets updated: b5647c0094...78d7d95fd0
Reference in New Issue
Block a user