From bfd970a07c231b5781871c16cb4612eb4c6b8fd4 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 16:21:34 +0200 Subject: imported system/home-manager config --- modules/client/1password/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/client/1password/default.nix (limited to 'modules/client/1password') diff --git a/modules/client/1password/default.nix b/modules/client/1password/default.nix new file mode 100644 index 0000000..1d137d1 --- /dev/null +++ b/modules/client/1password/default.nix @@ -0,0 +1,22 @@ +{ config, pkgs, ... }: + +{ + programs = { + _1password.enable = true; + _1password-gui = { + enable = true; + polkitPolicyOwners = [ "aethrvmn" ]; + }; + }; + + environment.etc ={ + "1password/custom_allowed_browsers" = { + text = '' + firefox + zen + ''; + mode = "0755"; + }; + }; +} + -- cgit v1.2.3