diff options
| author | Fuwn <[email protected]> | 2024-10-24 04:45:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-24 04:45:05 +0000 |
| commit | 42d6b6080e05015c192e6bbcfaac176a0b14824d (patch) | |
| tree | d619bba79db14eb9000d107e15b0d885d6c609d6 /README.md | |
| parent | docs(readme): remove unused input from example (diff) | |
| download | cider.nix-main.tar.xz cider.nix-main.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ the provided AppImage near your Home Manager configuration. Configure and access `cider.nix` through the `programs.cider` attribute. ```nix -{ pkgs, ... }: { programs.cider = { enable = true; |