From 198e54e969bc0063f0a415d46b68e3321b8deaee Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 3 Aug 2017 22:07:23 +0200 Subject: [PATCH] Fix typo --- profiles/environment/plasma5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/environment/plasma5.nix b/profiles/environment/plasma5.nix index eafafbd..b68f47c 100644 --- a/profiles/environment/plasma5.nix +++ b/profiles/environment/plasma5.nix @@ -5,7 +5,7 @@ packages: {config, ...}: { services = { xserver = { - displayManager.ssdm = { + displayManager.sddm = { enable = true; };