From 27cfa1884146b722cc8927e1cc0be2c3fed2a381 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 1 Dec 2022 00:31:20 +0100 Subject: [PATCH] [Desktop/Plasma] Disable GTK portal by default and add kdepim to system package --- desktop/plasma.nix | 4 +++- overlays.nix | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/desktop/plasma.nix b/desktop/plasma.nix index f406ac3..16cb2fc 100644 --- a/desktop/plasma.nix +++ b/desktop/plasma.nix @@ -41,6 +41,9 @@ in { discover akonadi kmail + kdepim-addons + kdepim-runtime + korganizer dolphin kio-fuse @@ -55,7 +58,6 @@ in { xdg.portal = { enable = mkDefault true; - gtkUsePortal = mkDefault true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; diff --git a/overlays.nix b/overlays.nix index 380c88a..31fb420 100644 --- a/overlays.nix +++ b/overlays.nix @@ -53,17 +53,18 @@ in ++ [(self: super: { htop = super.htop.overrideAttrs (old: { configureFlags = old.configureFlags ++ [ - "--enable-hwloc" + "--enable-affinity" + "--enable-delayacct" + "--enable-capabilities" ]; nativeBuildInputs = old.nativeBuildInputs ++ (with super; [ pkg-config ]); buildInputs = old.buildInputs ++ (with super; [ - libunwind libcap + libunwind libnl - hwloc ]); }); steam = super.steam.override {