cleanup nixos module
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M nix/nixos-module.nix → nix/nixos-module.nix
@@ -7,7 +7,6 @@ }: let inherit (lib) - literalExpression mkEnableOption mkIf mkOption@@ -46,7 +45,7 @@ settings = mkOption { default = { }; description = '' The primary elgit configuration. See the - [sample configuration](https://github.com/icyphox/elgit/blob/master/config.yaml) + [sample configuration](https://git.alin.ovh/elgit/blob/main/config.yaml) for possible values. ''; type = types.submodule {