And migrate firefox extensions configuration to the profile-specific format.
This commit is contained in:
parent
0a71548419
commit
8dcc59d481
|
@ -63,8 +63,6 @@ in
|
||||||
"signon.rememberSignons" = false; # Disable built-in password manager
|
"signon.rememberSignons" = false; # Disable built-in password manager
|
||||||
"ui.systemUsesDarkTheme" = true; # Dark mode
|
"ui.systemUsesDarkTheme" = true; # Dark mode
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; ([
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; ([
|
||||||
bitwarden
|
bitwarden
|
||||||
|
@ -80,4 +78,6 @@ in
|
||||||
++ lib.optional (cfg.ff2mpv.enable) ff2mpv
|
++ lib.optional (cfg.ff2mpv.enable) ff2mpv
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue