further refactor work

This commit is contained in:
Kat Inskip 2023-11-19 11:00:57 -08:00
parent eb4713ec37
commit befe6ea564
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
32 changed files with 39 additions and 14 deletions

View file

@ -1,5 +1,5 @@
{lib, ...}: let
inherit (lib.modules) mkOption;
inherit (lib.options) mkOption;
inherit (lib.types) enum;
in {
options.machine = {