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
|
||||
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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue