Loading nixos/modules/services/x11/desktop-managers/plasma5.nix +3 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,9 @@ in config = mkMerge [ # Common Plasma dependencies (mkIf (cfg.enable || cfg.mobile.enable || cfg.bigscreen.enable) { warnings = [ "Plasma 5 has been deprecated and will be removed in NixOS 25.11. Please migrate your configuration to Plasma 6." ]; security.wrappers = { kwin_wayland = { Loading Loading
nixos/modules/services/x11/desktop-managers/plasma5.nix +3 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,9 @@ in config = mkMerge [ # Common Plasma dependencies (mkIf (cfg.enable || cfg.mobile.enable || cfg.bigscreen.enable) { warnings = [ "Plasma 5 has been deprecated and will be removed in NixOS 25.11. Please migrate your configuration to Plasma 6." ]; security.wrappers = { kwin_wayland = { Loading