aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/mba-m2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-29don't install packages via homebrewFranck Cuny1-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.
2024-12-19switch to the newer version of nixfmtFranck Cuny1-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.
2024-12-09move each machine into a directoryFranck Cuny1-0/+13
it will be easier to break down some configs.