about summary refs log tree commit diff
path: root/README.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* meta: convert README from org-mode to markdownFranck Cuny2023-03-031-29/+0
|
* ci: replace GitHub actions with droneFranck Cuny2022-11-071-0/+2
|
* feat(templates): add a template for rustFranck Cuny2022-10-221-0/+5
| | | | | | | To use it, run: ``` nix flake init -t github:fcuny/world#rust ```
* ref(home-manager): don't use home-manager when building the hostFranck Cuny2022-09-221-1/+16
| | | | | | | | | | | | | | | | | | | When rebuilding the host (through `nixos-rebuild switch --flake`) I don't want to rebuild also my home-manager configuration. I want these to be two different steps. I rebuild the home-manager configuration more frequently and it's a waste of time and CPU to rebuild the world every time. This is a pretty large refactoring: - move checks back into the flake: if I modify a check, the configuration for `pre-commits` is not regenerated, as the file with the checks is not monitored with `direnv` (I could probably configure it for it, but not now) - remove `home.nix` from the host level configuration - introduce a `mkHomeManagerConfiguration` function to manage the different user@host - fix a warning with the rust overlay
* remove `mkHome` from libFranck Cuny2022-04-091-6/+1
| | | | | home-manager configuration is used as a module, we don't have two different ways to configure the host anymore.
* docs: commands to runFranck Cuny2022-02-211-0/+11
|
* Add README.org, LICENSE.txtFranck Cuny2022-02-071-0/+1