diff options
| author | Fuwn <[email protected]> | 2024-10-24 04:44:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-24 04:44:41 +0000 |
| commit | 7e9dbc180865c4a4000c9c129cf95093390c0216 (patch) | |
| tree | 8f0dda5aa42e20a41c24af69e02e7bbb0d806b5a | |
| parent | docs(readme): link image to cider.sh (diff) | |
| download | cider.nix-7e9dbc180865c4a4000c9c129cf95093390c0216.tar.xz cider.nix-7e9dbc180865c4a4000c9c129cf95093390c0216.zip | |
docs(readme): remove unused input from example
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |