aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/darwin.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-9/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* build python packages for llmFranck Cuny2025-04-241-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.
* 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.
* add support for overlays and add one for `sapi'Franck Cuny2024-12-181-0/+2
|
* refactor overall configurationFranck Cuny2024-12-081-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.