forked from Shinonome/omarchy-nix
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
programs = {
|
||||
_1password.enable = true;
|
||||
_1password-gui.enable = true;
|
||||
|
||||
# TODO: Dynamically get user names
|
||||
_1password-gui.polkitPolicyOwners = ["henry"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user