1Password: Difference between revisions

imported>Pluiedev
Add instructions on how to install 1Password correctly on NixOS
 
imported>Pluiedev
mNo edit summary
Line 15: Line 15:
   programs._1password-gui = {
   programs._1password-gui = {
     enable = true;
     enable = true;
     # When integrating the CLI with the GUI, PolKit integration needs to be enabled
     # Certain features, including CLI integration and system authentication support,
     # on some desktop environments (e.g. Plasma) - hence, if you want to use the CLI,
     # require enabling PolKit integration on some desktop environments (e.g. Plasma).
    # you need to provide your username here.
     polkitPolicyOwners = [ "yourUsernameHere" ];
     polkitPolicyOwners = [ "yourUsernameHere" ];
   };
   };