From 8ba97b865d3c451b34e28aeb1210662ce07541be Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 14:46:33 +0200 Subject: [PATCH] flake: cleanup of some files --- modules/options/system/monitors.nix | 2 +- modules/other/git.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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}";