aboutsummaryrefslogtreecommitdiff
path: root/nix/lib/machine-utils.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-20/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* don't install packages via homebrewFranck Cuny2025-04-291-0/+20
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.