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
+2 -1
View File
@@ -4,6 +4,7 @@
_1password-gui.enable = true;
# TODO: Dynamically get user names
# _1password-gui.polkitPolicyOwners = ["henry"];
_1password-gui.polkitPolicyOwners = ["henry"];
};
}
+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 = "*";
};
}