about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/gtk (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz3 days
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
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.