mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix/HM module: empty defaults for images and labels
This commit is contained in:
parent
f237dead6c
commit
0db5afb9d6
1 changed files with 2 additions and 6 deletions
|
@ -228,9 +228,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
default = [
|
default = [];
|
||||||
{}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
input-fields = mkOption {
|
input-fields = mkOption {
|
||||||
|
@ -484,9 +482,7 @@ in {
|
||||||
}
|
}
|
||||||
// shadow;
|
// shadow;
|
||||||
});
|
});
|
||||||
default = [
|
default = [];
|
||||||
{}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue