GUI
This commit is contained in:
@ -1 +1,17 @@
|
|||||||
# GUI
|
# GUI
|
||||||
|
|
||||||
|
To enable GUI, one can add the following:
|
||||||
|
|
||||||
|
```nix
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
}; # Enable pipewire with pulse compability
|
||||||
|
|
||||||
|
services.displayManager.sddm.enable = true;
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
services.xserver.xkb.layout = "se" # Set keyboard layout (Works in wayland as well)
|
||||||
|
```
|
||||||
|
|
||||||
|
This will add plasma and ssdm, but other options are available.
|
||||||
|
How to find other software and configure it to work will be covered in [How to find new software and configure](./new.md)
|
||||||
|
Reference in New Issue
Block a user