From dc5257ae3b4c5ea6e8d04c4aae303fd147449aa6 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 4 May 2026 19:32:45 +0200 Subject: home: migrate firefox config folder --- home/default.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 2c45084..c0d1c51 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,4 +1,9 @@ -{ lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: { personal = { profiles = { @@ -45,4 +50,13 @@ }; }; }; + + # You are currently using the legacy default (`".mozilla/firefox"`) because `home.stateVersion` is less than "26.05". + # To silence this warning and keep legacy behavior, set: + # programs.firefox.configPath = ".mozilla/firefox"; + # To adopt the new default behavior, set: + programs.firefox.configPath = "${config.xdg.configHome}/mozilla/firefox"; + # To migrate to the XDG path, move `~/.mozilla/firefox` to + # `$XDG_CONFIG_HOME/mozilla/firefox` and remove the old directory. + # Native messaging hosts are not moved by this option change. } -- cgit v1.3.1