fix hyprland portal
This commit is contained in:
parent
e8496a8efa
commit
82b4b89397
|
@ -2,11 +2,12 @@
|
|||
let
|
||||
nathan = config.nathan;
|
||||
portal =
|
||||
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 = config.wayland.windowManager.hyprland.package;
|
||||
};
|
||||
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 = config.wayland.windowManager.hyprland.package;
|
||||
# };
|
||||
};
|
||||
in with lib; {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in New Issue