aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50bacf9..f014363 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ the provided AppImage near your Home Manager configuration. Configure and access
`cider.nix` through the `programs.cider` attribute.
```nix
-{ pkgs, config, ... }:
+{ pkgs, ... }:
{
programs.cider = {
enable = true;