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