Add librewolf module configuration

This commit is contained in:
DashieTM 2025-03-13 12:29:44 +01:00
parent 4ca1688434
commit 58c42ed7d8
4 changed files with 127 additions and 10 deletions

View file

@ -22,5 +22,22 @@ in {
};
};
})
(mkFirefoxModule {
modulePath = [
"programs"
"librewolf-dashnix"
];
name = "LibreWolf";
description = "LibreWolf is a privacy enhanced Firefox fork.";
wrappedPackageName = "librewolf";
unwrappedPackageName = "librewolf-unwrapped";
platforms.linux = {configPath = ".librewolf";};
platforms.darwin = {
configPath = "Library/Application Support/LibreWolf";
};
enableBookmarks = false;
})
];
}