aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/darwin-shared.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-111/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-07-06various fixes for nix 25.05Franck Cuny1-6/+10
2025-04-30drop homebrewFranck Cuny1-23/+0
2025-04-29don't install packages via homebrewFranck Cuny1-10/+2
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-04-29install element-desktop via nixFranck Cuny1-1/+0
2025-04-28use some binary cachesFranck Cuny1-0/+8
2025-04-21install tools with nix instead of brewFranck Cuny1-3/+0
2025-04-14aspect is light for macosFranck Cuny1-3/+0
2025-04-05a few more configurations for darwinFranck Cuny1-1/+24
2025-04-05install iterm2 and remove weztermFranck Cuny1-0/+1
2025-03-10add repomix integrationFranck Cuny1-0/+4
- Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
2025-02-10update some of the macos defaultsFranck Cuny1-10/+22
2025-02-07remove ssh key for github.rbx.comFranck Cuny1-2/+0
2025-02-07add ssh key for github.rbx.comFranck Cuny1-3/+6
2025-02-07add ssh key for github.comFranck Cuny1-0/+4
2025-02-07consolidate homebrew configurationFranck Cuny1-3/+13
uninstall iTerm2 and will replace it with wezterm
2025-01-06back to iterm2Franck Cuny1-0/+1
2025-01-03replace iterm2 with alacrittyFranck Cuny1-1/+0
2025-01-03fewer fontsFranck Cuny1-7/+0
2024-12-25install cascadia fontFranck Cuny1-0/+1
2024-12-25remove emacsFranck Cuny1-1/+0
Will try to go for a few weeks without emacs, and force myself to use VSCode and Zed, and see if they are good replacements.
2024-12-19switch to the newer version of nixfmtFranck Cuny1-4/+14
`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-08more refactoringFranck Cuny1-12/+0
2024-12-08refactor overall configurationFranck Cuny1-0/+91
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.