aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/hq-kwny2vh41p/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-29don't install packages via homebrewFranck Cuny1-4/+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.
2025-02-06new work laptopFranck Cuny1-0/+0
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-1/+1
it will be easier to break down some configs.
2024-12-08refactor overall configurationFranck Cuny1-0/+8
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.