| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This reverts commit d81b0c3df79b081d869ebd14b361ff29f61de5ad.
It was just temporarily.
|
| | |
|
| |
|
|
| |
This change also ensures that this repo is reuse-3.0 compliant.
|
| | |
|
| |
|
|
|
|
|
| |
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
|
|
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|