From 97198803ce9f619e04af3227ba2bc88a67d91366 Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Wed, 12 Jun 2024 22:39:41 +0200 Subject: [PATCH] integrate 1password and its browser extension --- hosts/cube.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/cube.nix b/hosts/cube.nix index eb8cc50..c8903bf 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -125,6 +125,11 @@ # started in user sessions. # programs.mtr.enable = true; programs = { + _1password.enable = true; + _1password-gui = { + enable = true; + polkitPolicyOwners = ["muhh"]; + }; fish.enable = true; gnupg.agent = { enable = true;