aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/darwin.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-24build python packages for llmFranck Cuny1-2/+0
To get a more recent version of the llm python tool and the anthropic module, we need to build the packages ourselves. Refactor how we're building overlays to make it easier to add new packages using the `pkgsUnstable` set.
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-18add support for overlays and add one for `sapi'Franck Cuny1-0/+2
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.