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