add portal from inputs

Former-commit-id: e442622024
This commit is contained in:
Hadi
2025-04-15 18:38:52 +02:00
parent fedd6a72ea
commit d8993672c1

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, inputs, ... }:
let
hostname = config.var.hostname;
keyboardLayout = config.var.keyboardLayout;
@@ -108,7 +108,10 @@ in {
hyprland.default = [ "gtk" "hyprland" ];
};
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = [
pkgs.xdg-desktop-portal-gtk
inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland
];
};
security = {