Home Gen560 @ 2026-06-11-13:29 by jonas@comfy-station

This commit is contained in:
2026-06-11 13:29:46 +02:00
parent 0d618ec313
commit 52d75c5465
+1 -1
View File
@@ -7,7 +7,7 @@
flake.homeModules.firefox = {config, ...}: {
programs.firefox = {
enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
configPath = "${config.home.homeDirectory}/.mozilla/firefox";
# Default profile
profiles.jonas = {