[Desktop/Plasma] Disable GTK portal by default and add kdepim to system package

This commit is contained in:
Antoine Viallon 2022-12-01 00:31:20 +01:00
parent 331af49bfc
commit 27cfa18841
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 7 additions and 4 deletions

View file

@ -41,6 +41,9 @@ in {
discover discover
akonadi akonadi
kmail kmail
kdepim-addons
kdepim-runtime
korganizer korganizer
dolphin dolphin
kio-fuse kio-fuse
@ -55,7 +58,6 @@ in {
xdg.portal = { xdg.portal = {
enable = mkDefault true; enable = mkDefault true;
gtkUsePortal = mkDefault true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];

View file

@ -53,17 +53,18 @@ in
++ [(self: super: { ++ [(self: super: {
htop = super.htop.overrideAttrs (old: { htop = super.htop.overrideAttrs (old: {
configureFlags = old.configureFlags ++ [ configureFlags = old.configureFlags ++ [
"--enable-hwloc" "--enable-affinity"
"--enable-delayacct"
"--enable-capabilities"
]; ];
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [ nativeBuildInputs = old.nativeBuildInputs ++ (with super; [
pkg-config pkg-config
]); ]);
buildInputs = old.buildInputs ++ (with super; [ buildInputs = old.buildInputs ++ (with super; [
libunwind
libcap libcap
libunwind
libnl libnl
hwloc
]); ]);
}); });
steam = super.steam.override { steam = super.steam.override {