From 5f8c6ef5e27a9da82e29a1759a09c4930034bfe6 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 13 May 2025 20:44:10 +0200 Subject: [PATCH] feat: replace perplexity.ai with kagi.com --- configuration.nix | 2 +- home.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index bf11002..b2f382f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -452,7 +452,7 @@ in { programs.chromium = { enable = true; - homepageLocation = "https://perplexity.ai"; + homepageLocation = "https://kagi.com/assistant"; extraOpts = { syncDisabled = true; BrowserSignin = 0; diff --git a/home.nix b/home.nix index 9549870..839c558 100644 --- a/home.nix +++ b/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" ]; }; };