mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] Remove explicitely added GTK backend for xdg-desktop-portal
Caused issues with Plasma desktop, and better to leave NixOS do it.
This commit is contained in:
parent
ecabf22b6d
commit
233f95153e
1 changed files with 0 additions and 3 deletions
|
|
@ -59,9 +59,6 @@ in {
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = mkDefault true;
|
enable = mkDefault true;
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue