3 Commits

Author SHA1 Message Date
a7d4b65315 Merge branch 'main' into feature/add-overseerr
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 18s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m56s
2025-06-03 00:59:00 -04:00
36479499d6 Merge pull request 'fix settings' (#118) from feature/vesktop into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix flake / Perform Nix flake checks (push) Successful in 4m49s
Update flakes / update_lockfile (push) Successful in 11m57s
Reviewed-on: #118
2025-06-01 14:30:30 -04:00
e602dcbd69 fix settings
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 4m51s
2025-06-01 14:25:17 -04:00

View File

@@ -28,9 +28,7 @@
CtrlEnterSend.enabled = true;
CustomIdle = {
enabled = true;
settings = {
remainInIdle = false;
};
remainInIdle = false;
};
FriendsSince.enabled = true;
GameActivityToggle.enabled = true;
@@ -40,7 +38,7 @@
QuickReply.enabled = true;
ReplaceGoogleSearch = {
enabled = true;
settings.customEngineName = "DuckDuckGo";
customEngineName = "DuckDuckGo";
};
ReviewDB.enabled = true;
ShowConnections.enabled = true;