[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

@ -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 {