mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +00:00
10 lines
199 B
Nix
10 lines
199 B
Nix
{...}: {
|
|
programs.firefox.betterfox = {
|
|
enable = true;
|
|
profiles.default.settings = {
|
|
fastfox.enable = true;
|
|
securefox.enable = true;
|
|
peskyfox.enable = true;
|
|
};
|
|
};
|
|
}
|