diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 20a999a..1989fa2 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -23,6 +23,15 @@ services.xserver = { enable = true; }; + + # Exclude unwanted packages from Plasma + environment.plasma6.excludePackages = with pkgs.kdePackages; [ + konsole + elisa + ]; + + # Exclude xterm + services.xserver.excludePackages = [ pkgs.xterm ]; # Optional: Enable Wayland compositor # programs.hyprland = {