Use alejandra formatter / fix warnings
This commit is contained in:
parent
c5b1041bbb
commit
693d4e3c70
70 changed files with 1424 additions and 1547 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
{lib, ...}: {
|
||||
options.mods = {
|
||||
nextcloud = {
|
||||
enable = lib.mkOption {
|
||||
|
|
@ -21,7 +20,7 @@
|
|||
description = "Your url";
|
||||
};
|
||||
synclist = lib.mkOption {
|
||||
default = [ ];
|
||||
default = [];
|
||||
example = [
|
||||
{
|
||||
name = "sync globi folder";
|
||||
|
|
@ -36,5 +35,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue