mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue