forked from Shinonome/omarchy-nix
fba993c589
* Set nix official formatter for the flake * format the entire project
11 lines
190 B
Nix
11 lines
190 B
Nix
{ ... }:
|
|
{
|
|
programs = {
|
|
_1password.enable = true;
|
|
_1password-gui.enable = true;
|
|
|
|
# TODO: Dynamically get user names
|
|
_1password-gui.polkitPolicyOwners = [ "henry" ];
|
|
};
|
|
}
|