mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Plasma] Disable GTK portal by default and add kdepim to system package
This commit is contained in:
parent
331af49bfc
commit
27cfa18841
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue