Change firefox config path to xdg home
This commit is contained in:
parent
2776741c23
commit
e3abc63190
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: let
|
||||
{pkgs, config, ...}: let
|
||||
lock-false = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
in {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
pkcs11Modules = [
|
||||
pkgs.eid-mw
|
||||
|
|
|
|||
Loading…
Reference in New Issue