| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This theme seems to also remove the client side decoration title bars,
which are incredible ugly and pointless on a wm. So, let's re-activate
it.
|
| |
|
|
| |
This shaves off around 1.2 GB from the system closure.
|
| | |
|
| |
|
|
| |
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.
|