flake: formatting
This commit is contained in:
parent
319ed0761e
commit
ca9014be16
2 changed files with 1 additions and 2 deletions
|
@ -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 ";
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
git_status = {
|
git_status = {
|
||||||
disabled = true;
|
disabled = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue