1
0
Fork 0

general overhaul

This commit is contained in:
Philipp 2025-02-27 17:33:29 +01:00
parent 39fb8c64dc
commit d0a9427fd0
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
26 changed files with 657 additions and 2871 deletions

View file

@ -60,7 +60,9 @@ in
extraConfig = mkOpt str "" "Extra configuration for the user profile JS file.";
userChrome = mkOpt str "" "Extra configuration for the user chrome CSS file.";
settings = mkOpt attrs defaultSettings "Settings to apply to the profile.";
extensions = mkOpt (listOf package) defaultExtensions "Extra Librewolf extensions to install.";
extensions.packages =
mkOpt (listOf package) defaultExtensions
"Extra Librewolf extensions to install.";
search = mkOpt attrs defaultSearch "Extra search engines to define.";
};
@ -81,6 +83,7 @@ in
name = "Philipp";
isDefault = true;
};
};
};