1password fix, fingerprint work

This commit is contained in:
Henry Sipp
2025-07-03 18:23:00 -05:00
parent d9a4d6676d
commit 5756276bb4
4 changed files with 20 additions and 9 deletions
+4 -6
View File
@@ -3,14 +3,12 @@ inputs: {
pkgs,
...
}: {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
config.common.default = "*";
};
}