From 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 30 Nov 2025 22:59:43 +0100 Subject: huge restructure of modules --- modules/client/1password/default.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 modules/client/1password/default.nix (limited to 'modules/client/1password/default.nix') diff --git a/modules/client/1password/default.nix b/modules/client/1password/default.nix deleted file mode 100644 index 7d01e3d..0000000 --- a/modules/client/1password/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, pkgs, ... }: - -{ - programs = { - _1password.enable = true; - _1password-gui = { - enable = true; - polkitPolicyOwners = [ "aethrvmn" ]; - }; - }; - - environment.etc ={ - "1password/custom_allowed_browsers" = { - text = '' - firefox - librewolf - ''; - mode = "0755"; - }; - }; -} - -- cgit v1.2.3