mozilla path
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
{ pkgs, inputs, ... }:
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -186,6 +191,8 @@
|
|||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||||
|
|
||||||
profiles.roy = {
|
profiles.roy = {
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user