fix hyprland portal
This commit is contained in:
parent
e8496a8efa
commit
82b4b89397
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue