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": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768661221,
|
"lastModified": 1773628058,
|
||||||
"narHash": "sha256-MJwOjrIISfOpdI9x4C+5WFQXvHtOuj5mqLZ4TMEtk1M=",
|
"narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3327b113f2ef698d380df83fbccefad7e83d7769",
|
"rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
};
|
};
|
||||||
})
|
})
|
||||||
hyprlandPlugins.hyprscrolling
|
hyprlandPlugins.hyprscrolling
|
||||||
|
hyprlandPlugins.hyprbars
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
@@ -124,7 +125,7 @@
|
|||||||
|
|
||||||
animation = [
|
animation = [
|
||||||
"global, 1, 10, default"
|
"global, 1, 10, default"
|
||||||
"border, 1, 5.39, easeOutQuint"
|
"border, 0, 5.39, easeOutQuint"
|
||||||
"windows, 1, 4.79, easeOutQuint"
|
"windows, 1, 4.79, easeOutQuint"
|
||||||
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
|
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
|
||||||
"windowsOut, 1, 1.49, linear, popin 87%"
|
"windowsOut, 1, 1.49, linear, popin 87%"
|
||||||
@@ -342,6 +343,10 @@
|
|||||||
hyprscrolling = {
|
hyprscrolling = {
|
||||||
fullscreen_on_one_column = true;
|
fullscreen_on_one_column = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprbars = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,6 +9,11 @@
|
|||||||
UI_CONFIG_DISABLED = true;
|
UI_CONFIG_DISABLED = true;
|
||||||
|
|
||||||
APP_NAME = config.oauth.name;
|
APP_NAME = config.oauth.name;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
credentials = {
|
||||||
|
ENCRYPTION_KEY = config.sops.secrets."pocket-id-encryption-key".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
"tunnel-credentials" = {};
|
"tunnel-credentials" = {};
|
||||||
"admin-password" = {};
|
"admin-password" = {};
|
||||||
|
|
||||||
|
"pocket-id-encryption-key" = {
|
||||||
|
owner = config.services.pocket-id.user;
|
||||||
|
};
|
||||||
|
|
||||||
"waka-password-salt" = {
|
"waka-password-salt" = {
|
||||||
owner = config.users.users.wakapi.name;
|
owner = config.users.users.wakapi.name;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
|
||||||
pkgs-unstable.signal-desktop-bin
|
pkgs-unstable.signal-desktop
|
||||||
pkgs-unstable.gurk-rs
|
pkgs-unstable.gurk-rs
|
||||||
|
|
||||||
gnupg
|
gnupg
|
||||||
@@ -84,6 +84,8 @@
|
|||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
|
zip
|
||||||
|
jq
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ripgrep
|
ripgrep
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
@@ -128,19 +128,19 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
servers = {
|
servers = {
|
||||||
ts_ls.enable = true;
|
tsgo.enable = true;
|
||||||
|
tailwindcss.enable = false;
|
||||||
|
biome.enable = false;
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
tailwindcss.enable = true;
|
|
||||||
phpactor.enable = true;
|
phpactor.enable = true;
|
||||||
pylsp.enable = true;
|
pylsp.enable = true;
|
||||||
pyright.enable = true;
|
pyright.enable = true;
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
biome.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|||||||
2
justfile
2
justfile
@@ -29,7 +29,7 @@ rebuild-ark:
|
|||||||
just add-secrets
|
just add-secrets
|
||||||
|
|
||||||
git add .
|
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:
|
push-secrets:
|
||||||
just add-secrets
|
just add-secrets
|
||||||
|
|||||||
2
secrets
2
secrets
Submodule secrets updated: b5647c0094...78d7d95fd0
Reference in New Issue
Block a user