diff --git a/modules/options/system/monitors.nix b/modules/options/system/monitors.nix index 78d5fe8..4294f2e 100644 --- a/modules/options/system/monitors.nix +++ b/modules/options/system/monitors.nix @@ -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 "; diff --git a/modules/other/git.nix b/modules/other/git.nix index 1a24704..c5b31c3 100644 --- a/modules/other/git.nix +++ b/modules/other/git.nix @@ -17,8 +17,6 @@ in { pull.ff = "only"; gpg.format = "ssh"; commit.gpgsign = "true"; - # breaks forgejo - # diff.external = "${pkgs.difftastic}/bin/difft"; signing = { key = "${key}";