flake: cleanup of some files
This commit is contained in:
parent
dd38aa7a78
commit
c7c866f8a5
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{lib, ...}: let
|
{lib, ...}: let
|
||||||
inherit (lib) mkOption;
|
inherit (lib) mkOption;
|
||||||
inherit (lib.types) str submodule int ints number attrsOf listOf;
|
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,8 +17,6 @@ in {
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
commit.gpgsign = "true";
|
commit.gpgsign = "true";
|
||||||
# breaks forgejo
|
|
||||||
# diff.external = "${pkgs.difftastic}/bin/difft";
|
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
key = "${key}";
|
key = "${key}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue