fix: syntax error

This commit is contained in:
ryan4yin
2023-05-07 00:10:15 +08:00
parent bb47747529
commit 99e12fde04
5 changed files with 45 additions and 18 deletions
+2 -11
View File
@@ -1,4 +1,4 @@
{config, ...}: let
{config, pkgs, ...}: let
browser = ["firefox.desktop"];
# XDG MIME types
@@ -44,14 +44,5 @@ in {
};
};
# https://github.com/flatpak/xdg-desktop-portal
# enable wayland wlroots support
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
}
}