aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/dev.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-130/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-07-17add docker helpers and clean up some dependenciesFranck Cuny1-0/+1
2025-07-06various fixes for nix 25.05Franck Cuny1-1/+1
2025-06-09tweak a bit weztermFranck Cuny1-15/+37
2025-06-02Revert "switch from wezterm to alacritty again"Franck Cuny1-46/+57
This reverts commit 59a5acde4140a51588c28fa36f8f4d45b5458d6f.
2025-05-16switch from wezterm to alacritty againFranck Cuny1-57/+46
2025-05-12small tweaks for how to list packages to installFranck Cuny1-19/+10
2025-05-12install a few more toolsFranck Cuny1-2/+5
2025-05-12theme for weztermFranck Cuny1-4/+2
2025-05-01some tweaks for weztermFranck Cuny1-1/+7
2025-05-01restore weztermFranck Cuny1-0/+61
2025-04-29don't install packages via homebrewFranck Cuny1-0/+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-29initial import of emacs configFranck Cuny1-6/+0
2025-04-24automatically add packages to the overlaysFranck Cuny1-1/+1
Store custom packages under `customPackages` to make it easier to distinct them from the rest of the packages.
2025-04-24drop justFranck Cuny1-2/+0
2025-04-24build python packages for llmFranck Cuny1-1/+6
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.
2025-04-21install tools with nix instead of brewFranck Cuny1-0/+2
2025-04-18use emacs from home manager and disable native compFranck Cuny1-2/+6
2025-04-05install emacs and aiderFranck Cuny1-0/+4
2025-04-05install iterm2 and remove weztermFranck Cuny1-61/+0
2025-03-15use correct font for terminalFranck Cuny1-1/+1
2025-03-10add repomix integrationFranck Cuny1-0/+2
- Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
2025-02-24add ~/.local/bin to the pathFranck Cuny1-1/+4
2025-02-22will figure out ligature for wezterm laterFranck Cuny1-1/+0
2025-02-22add some python toolsFranck Cuny1-0/+4
2025-02-10use ligature in weztermFranck Cuny1-1/+4
2025-02-10switch to monaspace argon font for terminalFranck Cuny1-1/+1
2025-02-07install and configure weztermFranck Cuny1-0/+59
2024-12-28simplify a bit home-manager configurationFranck Cuny1-0/+9
2024-12-27remove mention of other git serversFranck Cuny1-1/+0
2024-12-19switch to the newer version of nixfmtFranck Cuny1-3/+13
`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-16refactor home-managerFranck Cuny1-0/+12
Only install what's needed for specific OSes.