fix hyprland portal

This commit is contained in:
Nathan McCarty 2023-09-14 10:07:58 -04:00
parent e8496a8efa
commit 82b4b89397
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 5 deletions

View File

@ -2,11 +2,12 @@
let let
nathan = config.nathan; nathan = config.nathan;
portal = portal =
inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland.override { inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland.override
hyprland-share-picker = {
inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.hyprland-share-picker.override { # hyprland-share-picker =
hyprland = config.wayland.windowManager.hyprland.package; # inputs.xdph.packages.${pkgs.stdenv.hostPlatform.system}.hyprland-share-picker.override {
}; # hyprland = config.wayland.windowManager.hyprland.package;
# };
}; };
in with lib; { in with lib; {
imports = [ imports = [