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 = { programs.chromium = {
enable = true; enable = true;
homepageLocation = "https://perplexity.ai"; homepageLocation = "https://kagi.com/assistant";
extraOpts = { extraOpts = {
syncDisabled = true; syncDisabled = true;
BrowserSignin = 0; BrowserSignin = 0;

View File

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