flake: formatting

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit ca9014be16
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{lib, ...}: let
inherit (lib.options) mkOption;
inherit (lib.types) submodule int ints number attrsOf ;
inherit (lib.types) submodule int ints number attrsOf;
in {
options.modules.system.hardware.monitors = mkOption {
description = "\n List of monitors to use\n ";