mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
12 lines
199 B
Nix
12 lines
199 B
Nix
{
|
|
services.xserver = {
|
|
enable = true;
|
|
desktopManager.plasma5.enable = true;
|
|
xkb = {
|
|
layout = "it";
|
|
variant = "";
|
|
};
|
|
};
|
|
services.displayManager.sddm.enable = true;
|
|
}
|