From 13ddb3795b2cbfa9419e255d07f3ce086cbed5b9 Mon Sep 17 00:00:00 2001 From: "florian.richer" Date: Fri, 23 Feb 2024 22:06:32 +0100 Subject: [PATCH] Actualiser modules/plasma.nix Signed-off-by: florian.richer --- modules/plasma.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index 39a8d66..2085206 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -7,8 +7,4 @@ services.xserver.displayManager.sddm.enable = true; services.xserver.displayManager.defaultSession = "plasmawayland"; services.xserver.desktopManager.plasma5.enable = true; - - environment.systemPackages = with pkgs; [ - libsForQt5.plasma-browser-integration - ]; }