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
inherit (lib) mkIf;
@ -19,7 +19,7 @@ in
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
inputs.xdg-portal-hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config = {