inherit xdph too

This commit is contained in:
jacekpoz 2024-05-26 14:39:26 +02:00
parent 1176b10c04
commit e8f68eb9f5
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -22,7 +22,7 @@
inherit (inputs.anyrun.packages.${pkgs.system}) anyrun; inherit (inputs.anyrun.packages.${pkgs.system}) anyrun;
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system}; hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
inherit (inputs.shadower.packages.${pkgs.system}) shadower; inherit (inputs.shadower.packages.${pkgs.system}) shadower;
inherit (inputs.hyprland.packages.${pkgs.system}) hyprland; inherit (inputs.hyprland.packages.${pkgs.system}) hyprland xdg-desktop-portal-hyprland;
inherit (inputs.hyprlock.packages.${pkgs.system}) hyprlock; inherit (inputs.hyprlock.packages.${pkgs.system}) hyprlock;
inherit (inputs.waybar.packages.${pkgs.system}) waybar; inherit (inputs.waybar.packages.${pkgs.system}) waybar;
in { in {
@ -99,7 +99,7 @@ in {
enable = true; enable = true;
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
]; ];
# TODO look into and make use of this # TODO look into and make use of this
config.common.default = "*"; config.common.default = "*";
@ -108,7 +108,7 @@ in {
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = hyprland; package = hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; portalPackage = xdg-desktop-portal-hyprland;
}; };
home-manager.users.${username} = { home-manager.users.${username} = {