| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
| |
Let's first configure the xserver in the desktop module, then we can
have a configuration for i3 in the home-manager.
|
| | |
|
| | |
|
| |
|
|
| |
Let's use pipewire.
|
| |
|
|
|
|
|
|
|
|
| |
```
warning: The following options are deprecated:
- services.xserver.windowManager.default
Please use
services.xserver.displayManager.defaultSession = "none+i3";
instead.
```
|
| | |
|
| |
|
|
| |
Enable it for the desktop.
|
|
|
We will create a module for desktop (which will also be used by the
laptop). Start by configuring the fonts.
|