mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-22 22:46:56 +02:00
fix: syntax error
This commit is contained in:
+2
-11
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user