Flake update, cleanup

This commit is contained in:
2025-11-05 17:24:23 +03:00
parent f59e7aa05c
commit 3da1db7631
2 changed files with 12 additions and 17 deletions

View File

@@ -5,10 +5,5 @@
type = lib.types.int;
default = 10;
};
hm = lib.mkOption {
type = lib.types.attrsOf lib.types.anything;
default = { };
};
};
}