aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/darwin-shared.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various fixes for nix 25.05Franck Cuny2025-07-061-6/+10
|
* drop homebrewFranck Cuny2025-04-301-23/+0
|
* don't install packages via homebrewFranck Cuny2025-04-291-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.
* install element-desktop via nixFranck Cuny2025-04-291-1/+0
|
* use some binary cachesFranck Cuny2025-04-281-0/+8
|
* install tools with nix instead of brewFranck Cuny2025-04-211-3/+0
|
* aspect is light for macosFranck Cuny2025-04-141-3/+0
|
* a few more configurations for darwinFranck Cuny2025-04-051-1/+24
|
* install iterm2 and remove weztermFranck Cuny2025-04-051-0/+1
|
* add repomix integrationFranck Cuny2025-03-101-0/+4
| | | | | | - Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
* update some of the macos defaultsFranck Cuny2025-02-101-10/+22
|
* remove ssh key for github.rbx.comFranck Cuny2025-02-071-2/+0
|
* add ssh key for github.rbx.comFranck Cuny2025-02-071-3/+6
|
* add ssh key for github.comFranck Cuny2025-02-071-0/+4
|
* consolidate homebrew configurationFranck Cuny2025-02-071-3/+13
| | | | uninstall iTerm2 and will replace it with wezterm
* back to iterm2Franck Cuny2025-01-061-0/+1
|
* replace iterm2 with alacrittyFranck Cuny2025-01-031-1/+0
|
* fewer fontsFranck Cuny2025-01-031-7/+0
|
* install cascadia fontFranck Cuny2024-12-251-0/+1
|
* remove emacsFranck Cuny2024-12-251-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.
* switch to the newer version of nixfmtFranck Cuny2024-12-191-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.
* more refactoringFranck Cuny2024-12-081-12/+0
|
* refactor overall configurationFranck Cuny2024-12-081-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.