Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "desktop: new option to control desktop setup" | Franck Cuny | 2022-02-09 | 1 | -10/+0 |
| | | | | This reverts commit 343e89015a55b627400286a06937175facb1494d. | ||||
* | desktop: new option to control desktop setup | Franck Cuny | 2022-02-08 | 1 | -0/+10 |
| | | | | | We don't want to install a desktop on all hosts. We add a new option that we can set to true or false if we want a desktop to be installed. | ||||
* | i3: separate configuration for xserver and i3 | Franck Cuny | 2022-02-08 | 1 | -0/+1 |
| | | | | | Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager. | ||||
* | i3: move configuration to home-manager | Franck Cuny | 2022-02-08 | 1 | -1/+0 |
| | |||||
* | desktop: add sound | Franck Cuny | 2022-02-08 | 1 | -0/+1 |
| | | | | Let's use pipewire. | ||||
* | desktop: import correct module | Franck Cuny | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | xserver: initial configuration | Franck Cuny | 2022-02-08 | 1 | -0/+1 |
| | | | | Enable it for the desktop. | ||||
* | modules: start desktop configuration | Franck Cuny | 2022-02-07 | 1 | -0/+6 |
We will create a module for desktop (which will also be used by the laptop). Start by configuring the fonts. |