···1818 ];
1919 };
20202121+2122 # HACK: Allow zen-browser and vivaldi to be used with 1Password
2223 environment.etc = {
2324 "1password/custom_allowed_browsers" = {
2425 text = ''
2526 zen
2626-2727+ vivaldi-bin
2728 vivaldi
2829 '';
2930 mode = "0755";
+1-1
shared/meta-configs.nix
···118118 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
119119 # TODO: Always bump this to next point release once the current value is
120120 # officially released to stable after reading the changelog.
121121- system.stateVersion = "25.05"; # Did you read the comment?
121121+ system.stateVersion = "25.11"; # Did you read the comment?
122122}