From 0bb9a3e4b91c172af36d09fb73d38c7f72008606 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 11:32:15 -0500 Subject: [PATCH] remove `krunner` --- nixos/gui-pkgs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/gui-pkgs.nix b/nixos/gui-pkgs.nix index ae9315d..63045cd 100644 --- a/nixos/gui-pkgs.nix +++ b/nixos/gui-pkgs.nix @@ -41,6 +41,7 @@ in # Enable the KDE Plasma Desktop Environment. services.desktopManager.plasma6.enable = true; environment.plasma6.excludePackages = with pkgs.kdePackages; [ + krunner discover ];