cleaned up unused home-manager files

This commit is contained in:
Gabriella Bere 2025-01-11 19:18:59 +00:00
parent f0e1a352b4
commit c21f01f1c5
4 changed files with 0 additions and 64 deletions

View file

@ -1,16 +0,0 @@
{
config,
pkgs,
stablepkgs,
...
}:
{
programs.librewolf = {
enable = true;
package = pkgs.librewolf;
settings = {
"privacy.clearOnShutdown.history" = false;
"privacy.clearOnShutdown.downloads" = false;
};
};
}