feat: replace perplexity.ai with kagi.com

This commit is contained in:
itsscb 2025-05-13 20:44:10 +02:00
parent f4cfadbea6
commit 5f8c6ef5e2
2 changed files with 4 additions and 4 deletions

View File

@ -452,7 +452,7 @@ in {
programs.chromium = {
enable = true;
homepageLocation = "https://perplexity.ai";
homepageLocation = "https://kagi.com/assistant";
extraOpts = {
syncDisabled = true;
BrowserSignin = 0;

View File

@ -209,10 +209,10 @@ home.file.".config/nvim/init.lua".source = "${neovim-config}/init.lua";
enable = true;
commandLineArgs = [
"--disable-default-apps"
"--homepage https://perplexity.ai"
"--start-maximized"
"--enable-features=WebContentsForceDark"
"--force-dark-mode"
"--homepage https://kagi.com/assistant"
# "--enable-features=WebContentsForceDark"
# "--force-dark-mode"
];
};
};