home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

Allow customizing `mozillaConfigPath`

Open io12 opened this issue 2 years ago • 1 comments

Description

The Firefox module hardcodes mozillaConfigPath. There are some cases where the user might want to change this. For example, if the user is using the Flatpak version of Firefox, the location would be .var/app/org.mozilla.firefox/.mozilla. I'm really new to Nix, so it's possible there's an easy way to customize let bindings I don't know about, but I can't find one.

io12 avatar Jul 14 '22 23:07 io12

The Firefox module hardcodes mozillaConfigPath. There are some cases where the user might want to change this. For example, if the user is using the Flatpak version of Firefox, the location would be .var/app/org.mozilla.firefox/.mozilla. I'm really new to Nix, so it's possible there's an easy way to customize let bindings I don't know about, but I can't find one.

I suggest using home.file.".var/app/org.mozilla.firefox/.mozilla".source = "${config.home.homeDirectory}/.mozilla"; as a workaround for now, since this just symlink .mozilla to .var/app/org.mozilla.firefox/.mozilla

danielphan2003 avatar Jul 28 '22 07:07 danielphan2003

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

  • If this is resolved, please consider closing it so that the maintainers know not to focus on this.
  • If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
If you are not the original author of the issue

  • If you are also experiencing this issue, please add details of your situation to help with the debugging process.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.

stale[bot] avatar Oct 26 '22 15:10 stale[bot]

I think https://github.com/nix-community/home-manager/pull/3339 is a relevant PR.

rycee avatar Oct 26 '22 19:10 rycee

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

  • If this is resolved, please consider closing it so that the maintainers know not to focus on this.
  • If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
If you are not the original author of the issue

  • If you are also experiencing this issue, please add details of your situation to help with the debugging process.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.

stale[bot] avatar Jan 25 '23 00:01 stale[bot]

Is this is required for Firefox itself to work? In other Linux distro'ss it seems to be working the same way. My use-case is less annoying than for example the mentioned flatpack users, as I prefer to keep my home directory clear from config files as they belong in .config imo.

venikx avatar Mar 03 '23 15:03 venikx

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

  • If this is resolved, please consider closing it so that the maintainers know not to focus on this.
  • If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
If you are not the original author of the issue

  • If you are also experiencing this issue, please add details of your situation to help with the debugging process.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.

stale[bot] avatar Jun 09 '23 10:06 stale[bot]