| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-04 | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | |
| The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | |||
| 2024-10-18 | refactor(modules): Move all system modules to `by-name` | Benedikt Peetz | |
| 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. | |||
| 2024-05-23 | refactor(modules/home): Setup as "normal" NixOS module | Benedikt Peetz | |
| 2024-05-20 | refactor(hm): Rename to `modules/home` | Benedikt Peetz | |
| 2023-08-26 | Refactor(treewide): Abbreviate path names | Soispha | |
| 2023-08-01 | Refactor(treewide): Move module configuration in separate files | Soispha | |
| 2023-07-10 | Style(treewide): Switch to editorconfig | Soispha | |
| 2023-02-17 | Feat(home-manager): Move configs in their own directory | ene | |
| 2023-02-12 | Fix(home-manager): Improve Firefox configuration | ene | |
| 2023-02-12 | Fix(home-manager): Import home-manager correctly | ene | |
| 2023-02-11 | Fix: Remove typo from home-manager directory name | ene | |
| 2023-02-07 | Feat(home-manager): Add support for keepassxc | ene | |
