| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
hyfetch and latexident configs were simply copied from the default
(without real changes) and I don't really use any of these tools
anymore.
|
|
|
|
| |
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.
|