about summary refs log tree commit diff
path: root/nix/flake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* share configuration for shell utilsFranck Cuny2024-03-072-1/+13
|
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-1/+1
| | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
* use absolute path by using `$self`Franck Cuny2024-03-061-2/+2
|
* install my own scriptsFranck Cuny2024-03-062-2/+18
| | | | | | This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays.
* add configuration for my work machineFranck Cuny2024-03-041-0/+1
|
* common macos preferences are moved to a moduleFranck Cuny2024-03-041-0/+1
|
* extract shared code for darwin to a new moduleFranck Cuny2024-03-041-0/+1
|
* nix libraries and modules will be under `nix/`Franck Cuny2024-03-042-0/+131