Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "desktop: install sound and xserver only when asked" | Franck Cuny | 2022-02-09 | 1 | -23/+18 |
| | | | | This reverts commit 3b1ac4f78d21802073c82df39ca7080ae70a67a9. | ||||
* | desktop: install sound and xserver only when asked | Franck Cuny | 2022-02-08 | 1 | -18/+23 |
| | |||||
* | i3: remove extra packages and fix typo | Franck Cuny | 2022-02-08 | 1 | -6/+0 |
| | |||||
* | i3: separate configuration for xserver and i3 | Franck Cuny | 2022-02-08 | 1 | -0/+32 |
| | | | | | 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 | -19/+0 |
| | |||||
* | desktop: configuration for i3 | Franck Cuny | 2022-02-08 | 1 | -4/+0 |
| | |||||
* | xserver: drop deprecated variable | Franck Cuny | 2022-02-08 | 1 | -1/+0 |
| | | | | | | | | | | ``` warning: The following options are deprecated: - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+i3"; instead. ``` | ||||
* | xserver: initial configuration | Franck Cuny | 2022-02-08 | 1 | -0/+24 |
Enable it for the desktop. |