NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: adjust 1Password related stuff

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+4 -1
+4 -1
shared/1password.nix
··· 13 13 polkitPolicyOwners = [ 14 14 "gildedguy" 15 15 "ajhalili2006" 16 + "MFHellscapes" 17 + "halilifam" 16 18 ]; 17 19 }; 18 20 19 - # HACK: Allow zen-browser to be used with 1Password 21 + # HACK: Allow zen-browser and vivaldi to be used with 1Password 20 22 environment.etc = { 21 23 "1password/custom_allowed_browsers" = { 22 24 text = '' 23 25 zen 26 + 24 27 vivaldi 25 28 ''; 26 29 mode = "0755";