1
0
Fork 0
forked from UniverseBow/flake
flake-ooni/homes/modules/apps/firefox.nix

9 lines
137 B
Nix
Raw Permalink Normal View History

2026-03-25 22:55:15 -07:00
{...}: {
programs.firefox = {
enable = true;
policies = {
DefaultDownloadDirectory = "\${home}/Downloads";
};
};
}