forked from UniverseBow/flake
8 lines
137 B
Nix
8 lines
137 B
Nix
{...}: {
|
|
programs.firefox = {
|
|
enable = true;
|
|
policies = {
|
|
DefaultDownloadDirectory = "\${home}/Downloads";
|
|
};
|
|
};
|
|
}
|