aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/mba-m2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't install packages via homebrewFranck Cuny2025-04-291-7/+1
| | | | | | | We can install everything through nix at this point. Add a helper function to check the type of the machine so we can install some packages for work vs. personal.
* switch to the newer version of nixfmtFranck Cuny2024-12-191-1/+2
| | | | | | `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.
* move each machine into a directoryFranck Cuny2024-12-091-0/+13
it will be easier to break down some configs.