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"
|
exec_always "systemctl --user start sway-session.target"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal.enable = true;
|
||||||
enable = true;
|
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue