feat: replace perplexity.ai with kagi.com
This commit is contained in:
parent
f4cfadbea6
commit
5f8c6ef5e2
@ -452,7 +452,7 @@ in {
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
homepageLocation = "https://perplexity.ai";
|
||||
homepageLocation = "https://kagi.com/assistant";
|
||||
extraOpts = {
|
||||
syncDisabled = true;
|
||||
BrowserSignin = 0;
|
||||
|
6
home.nix
6
home.nix
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user