This commit is contained in:
2025-07-16 21:55:54 +02:00
parent b0614a39ee
commit d08877b549

View File

@ -1 +1,17 @@
# 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)