Add librewolf module configuration
This commit is contained in:
parent
4ca1688434
commit
58c42ed7d8
4 changed files with 127 additions and 10 deletions
|
|
@ -161,9 +161,10 @@ in {
|
|||
}
|
||||
else if config.mods.homePackages.browser == "librewolf"
|
||||
then {
|
||||
librewolf = {
|
||||
librewolf-dashnix = {
|
||||
enable = true;
|
||||
settings = config.mods.browser.librewolf.settings;
|
||||
policies = config.mods.browser.librewolf.configuration;
|
||||
profiles = builtins.listToAttrs config.mods.browser.librewolf.profiles;
|
||||
};
|
||||
}
|
||||
else {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue