forked from Shinonome/omarchy-nix
Remove hardcoded user name until we can fetch it correctly
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{...}: {
|
||||
{..., config}: let
|
||||
|
||||
cfg = config.omarchy;
|
||||
in {
|
||||
programs = {
|
||||
_1password.enable = true;
|
||||
_1password-gui.enable = true;
|
||||
|
||||
# TODO: Dynamically get user names
|
||||
_1password-gui.polkitPolicyOwners = ["henry"];
|
||||
# _1password-gui.polkitPolicyOwners = ["henry"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user