add nixcord for equibop
This commit is contained in:
parent
f8a53ba783
commit
bfabf9416f
3 changed files with 11 additions and 7 deletions
13
homes/modules/apps/firefox.nix
Executable file
13
homes/modules/apps/firefox.nix
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = {
|
||||
#BlockAboutConfig = true;
|
||||
DefaultDownloadDirectory = "\${home}/downloads";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue