From c8bb5b71964fa22e1851f345509a3c353f0f7780 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 7 Mar 2026 09:15:55 +0100 Subject: [PATCH] chore: remove unnecesary option. --- modules/linux/home-manager/zen-browser.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/linux/home-manager/zen-browser.nix b/modules/linux/home-manager/zen-browser.nix index aa3bacc..c468082 100644 --- a/modules/linux/home-manager/zen-browser.nix +++ b/modules/linux/home-manager/zen-browser.nix @@ -15,7 +15,6 @@ config = lib.mkIf config.crony.zen-browser.enable { programs.zen-browser = { enable = true; - suppressXdgMigrationWarning = true; profiles = { main = {}; };