about summary refs log tree commit diff
path: root/modules/desktop/xserver.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modules: swap capslock for controlFranck Cuny2022-02-091-1/+1
|
* hosts: remove / clean codeFranck Cuny2022-02-091-0/+8
| | | | | | There's a lot of commented stuff I don't need, and move things that are configured in the host into modules, which will improve re-usability and readability of this configuration.
* Revert "desktop: install sound and xserver only when asked"Franck Cuny2022-02-091-23/+18
| | | | This reverts commit 3b1ac4f78d21802073c82df39ca7080ae70a67a9.
* desktop: install sound and xserver only when askedFranck Cuny2022-02-081-18/+23
|
* i3: remove extra packages and fix typoFranck Cuny2022-02-081-6/+0
|
* i3: separate configuration for xserver and i3Franck Cuny2022-02-081-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-managerFranck Cuny2022-02-081-19/+0
|
* desktop: configuration for i3Franck Cuny2022-02-081-4/+0
|
* xserver: drop deprecated variableFranck Cuny2022-02-081-1/+0
| | | | | | | | | | ``` warning: The following options are deprecated: - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+i3"; instead. ```
* xserver: initial configurationFranck Cuny2022-02-081-0/+24
Enable it for the desktop.