mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
1password fix, fingerprint work
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
_1password-gui.enable = true;
|
||||
|
||||
# TODO: Dynamically get user names
|
||||
# _1password-gui.polkitPolicyOwners = ["henry"];
|
||||
_1password-gui.polkitPolicyOwners = ["henry"];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -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 = "*";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user