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 {lib, ...}: let
inherit (lib.options) mkOption; inherit (lib.options) mkOption;
inherit (lib.types) submodule int ints number attrsOf ; inherit (lib.types) submodule int ints number attrsOf;
in { in {
options.modules.system.hardware.monitors = mkOption { options.modules.system.hardware.monitors = mkOption {
description = "\n List of monitors to use\n "; description = "\n List of monitors to use\n ";

View file

@ -17,7 +17,6 @@
disabled = false; disabled = false;
}; };
git_status = { git_status = {
disabled = true; disabled = true;
}; };