feat(nixos:xdg-portal):use xdg hyprland portal flake input

This commit is contained in:
ooks-io 2024-07-12 19:40:10 +12:00
parent f9b620c54c
commit 6dba397306

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }: { lib, inputs, config, pkgs, ... }:
let let
inherit (lib) mkIf; inherit (lib) mkIf;
@ -19,7 +19,7 @@ in
enable = true; enable = true;
xdgOpenUsePortal = true; xdgOpenUsePortal = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-hyprland inputs.xdg-portal-hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];
config = { config = {