add nixcord for equibop

This commit is contained in:
do butterflies cry? 2026-02-22 13:01:00 +10:00
parent f8a53ba783
commit bfabf9416f
3 changed files with 11 additions and 7 deletions

13
homes/modules/apps/firefox.nix Executable file
View file

@ -0,0 +1,13 @@
{
config,
pkgs,
...
}: {
programs.firefox = {
enable = true;
policies = {
#BlockAboutConfig = true;
DefaultDownloadDirectory = "\${home}/downloads";
};
};
}