refactor: some formatting

This commit is contained in:
oddlama 2023-09-21 13:34:44 +02:00
parent 7092a1d2ce
commit e65dac849a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 19 additions and 19 deletions

View file

@ -3,12 +3,10 @@
lib,
...
}: {
options = {
home.uid = lib.mkOption {
type = lib.types.int;
example = 1000;
description = "The user's uid.";
};
options.home.uid = lib.mkOption {
type = lib.types.int;
example = 1000;
description = "The user's uid.";
};
config = {
assertions = [