Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home-manager: mpd and ncmpcpp configuration | Franck Cuny | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | home-manager: fix GTK configuration | Franck Cuny | 2022-02-09 | 1 | -2/+5 |
| | |||||
* | desktop: configure GTK | Franck Cuny | 2022-02-09 | 1 | -0/+30 |
| | |||||
* | home-manager: more typos .. | Franck Cuny | 2022-02-09 | 1 | -2/+2 |
| | |||||
* | home-manager: update xdg configuration | Franck Cuny | 2022-02-09 | 1 | -0/+13 |
| | |||||
* | terminal: alacritty is our terminal of choice | Franck Cuny | 2022-02-09 | 1 | -8/+1 |
| | |||||
* | home-manager: simplify the configuration | Franck Cuny | 2022-02-09 | 1 | -0/+18 |
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"). |