aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/mba-m2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-11/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* configure the nixbld GID in the host configuration directlyFranck Cuny2025-07-171-0/+3
|
* 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.