mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
13 lines
226 B
Nix
13 lines
226 B
Nix
{..., config}: let
|
|
|
|
cfg = config.omarchy;
|
|
in {
|
|
programs = {
|
|
_1password.enable = true;
|
|
_1password-gui.enable = true;
|
|
|
|
# TODO: Dynamically get user names
|
|
# _1password-gui.polkitPolicyOwners = ["henry"];
|
|
};
|
|
}
|