feat: replace perplexity.ai with kagi.com
This commit is contained in:
parent
f4cfadbea6
commit
5f8c6ef5e2
@ -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;
|
||||||
|
6
home.nix
6
home.nix
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user