Remove manual xdg-portal tweaking

This commit is contained in:
Nathan McCarty 2023-06-16 19:19:58 -04:00
parent 42eade00a8
commit 15bb2763ef
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 0 additions and 11 deletions

View File

@ -62,16 +62,5 @@ in with lib; {
environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };
# Enable the xdg-portal
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
};
}