dustbowl: remove wlr from xdg extraPortals
sway already adds this extra portal.
This commit is contained in:
parent
686a44bfef
commit
fd037b930b
1 changed files with 1 additions and 4 deletions
|
|
@ -393,10 +393,7 @@
|
|||
exec_always "systemctl --user start sway-session.target"
|
||||
'';
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
||||
};
|
||||
xdg.portal.enable = true;
|
||||
|
||||
# Fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue