summaryrefslogtreecommitdiff
path: root/modules/default.nix
AgeCommit message (Collapse)Author
2023-10-02feat: add welcome messageK900
Direct people to upgrade their systems first and link to support channels just in case.
2023-09-29fix: add warnings for old removed optionsK900
2023-09-29cleanup: remove old docker-desktop hacksK900
2023-09-12Refactor (#291)nzbr
* move module imports to default.nix * move docker modules to subdirectory * add an otion for adding files to /bin. Fixes #279 * move recovery script to own module * reorder options * move systemd related code to separate modules * move utils to repo root * devShell -> devShells.default * fix utils imports * fix bashWrapper