From 1de98e85681e7d1028fe866fa220c05ce1ed842f Mon Sep 17 00:00:00 2001 From: adisbladis Date: Thu, 8 Feb 2018 14:03:33 +0800 Subject: plasma: 5.11.5 -> 5.12.1 --- nixos/modules/services/x11/desktop-managers/plasma5.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/modules/services/x11/desktop-managers') diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index 4c76ce0bb195..b794e2b12d73 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -66,6 +66,10 @@ in security.wrappers = { kcheckpass.source = "${lib.getBin plasma5.plasma-workspace}/lib/libexec/kcheckpass"; "start_kdeinit".source = "${lib.getBin pkgs.kinit}/lib/libexec/kf5/start_kdeinit"; + kwin_wayland = { + source = "${lib.getBin plasma5.kwin}/bin/kwin_wayland"; + capabilities = "cap_sys_nice+ep"; + }; }; environment.systemPackages = with pkgs; with qt5; with libsForQt5; with plasma5; with kdeApplications; -- cgit 1.4.1