1
This commit is contained in:
2022-08-07 18:41:57 +02:00
parent 16a5617883
commit 0016c09995

View File

@ -141,8 +141,7 @@
};
# XDG
xdg = {
portal = {
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
# xdg-desktop-portal-wlr # For wlroots based desktops
@ -151,7 +150,6 @@
];
# gtkUsePortal = true; # Deprecated
};
};
# Enable sound with pipewire.
sound.enable = true;