Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to the newer version of nixfmt | Franck Cuny | 6 days | 1 | -8/+10 |
| | | | | | | `nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository. | ||||
* | use treefmt to format all the files | Franck Cuny | 6 days | 1 | -7/+5 |
| | |||||
* | install some tools only on work machine | Franck Cuny | 7 days | 1 | -0/+1 |
| | |||||
* | refactor home-manager | Franck Cuny | 9 days | 1 | -1/+4 |
| | | | | Only install what's needed for specific OSes. | ||||
* | use agenix to manage secrets in the repository | Franck Cuny | 11 days | 1 | -0/+2 |
| | |||||
* | move each machine into a directory | Franck Cuny | 2024-12-09 | 1 | -1/+1 |
| | | | | it will be easier to break down some configs. | ||||
* | refactor overall configuration | Franck Cuny | 2024-12-08 | 1 | -0/+50 |
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit. |