diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/client/1password/default.nix | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'modules/client/1password/default.nix')
| -rw-r--r-- | modules/client/1password/default.nix | 22 |
1 files changed, 0 insertions, 22 deletions
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"; - }; - }; -} - |
