mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
refactor: some formatting
This commit is contained in:
parent
7092a1d2ce
commit
e65dac849a
3 changed files with 19 additions and 19 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue