diff --git a/modules/global/options.nix b/modules/global/options.nix index d0e5f77..cfabc37 100644 --- a/modules/global/options.nix +++ b/modules/global/options.nix @@ -23,7 +23,7 @@ in info = { monitors = mkOpt int 1; graphical = mkBoolOpt config.services.xserver.enable; - model = mkOpt types.str "A Computer"; + model = mkOpt str "A Computer"; env = { wm = mkInfoOpt; };