Use alejandra formatter / fix warnings
This commit is contained in:
parent
c5b1041bbb
commit
693d4e3c70
70 changed files with 1424 additions and 1547 deletions
|
|
@ -3,8 +3,7 @@
|
|||
config,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
options.mods.browser.firefox = {
|
||||
enable = lib.mkOption {
|
||||
default = false;
|
||||
|
|
@ -43,7 +42,7 @@
|
|||
SkipOnboarding = true;
|
||||
};
|
||||
};
|
||||
example = { };
|
||||
example = {};
|
||||
type = with lib.types; attrsOf anything;
|
||||
description = "Firefox policy configuration. See https://mozilla.github.io/policy-templates/ for more information.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue