From 9a9c4d8235a4c8bfdd18b6a6edd2f3f74de318a7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 10 Jan 2025 18:12:40 -0600 Subject: [PATCH] Fix firefox profiles bug? re: https://github.com/nix-community/home-manager/issues/6170 --- modules/home-manager/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index ba5f12e..5dbc69e 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -304,6 +304,7 @@ firefox-no-tabs = { programs.firefox = { + profileVersion = null; profiles = { daniel = { settings = {