flake: cleanup of some files

This commit is contained in:
Bloxx12 2025-04-09 14:46:33 +02:00
commit c7c866f8a5
2 changed files with 1 additions and 3 deletions

View file

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