Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home-manager: expand zsh configuration | Franck Cuny | 2022-02-09 | 1 | -0/+1 |
| | |||||
* | home-manager: add tmux configuration | Franck Cuny | 2022-02-09 | 1 | -0/+1 |
| | |||||
* | home-manager: fix one more typo | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: fix some typos | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: add more common programs | Franck Cuny | 2022-02-09 | 1 | -4/+4 |
| | | | | Add git configuration and move go to its own module. | ||||
* | home-manager: fix typo | Franck Cuny | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | home-manager: simplify the configuration | Franck Cuny | 2022-02-09 | 1 | -0/+20 |
I'm still struggling with documentation, and I'd rather have something simple that works rather than smart and does not work. The configuration for the host imports the modules that are relevant to that host (in the case of carmel, desktop and systems). For the home-manager, I create a profile "desktop" that contains stuff related to a desktop (i3, etc), and it includes the module "common" that contains stuff that I want on any machines (so that in the future, for a machine that is a server, the home manager will only import "common"). |