From 9d1cbbfc44d5c593aeefe35512dd38f38446666a Mon Sep 17 00:00:00 2001 From: bri Date: Fri, 16 Feb 2024 18:27:33 -0500 Subject: [PATCH] switch to plasma5 --- modules/nixos/plasma5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/plasma5.nix b/modules/nixos/plasma5.nix index 789e59cc..64093dfb 100644 --- a/modules/nixos/plasma5.nix +++ b/modules/nixos/plasma5.nix @@ -4,7 +4,7 @@ displayManager = { sddm = { enable = true; - wayland = true; + wayland.enable = true; }; }; desktopManager.plasma5.enable = true;