This commit is contained in:
Patrick Menking 2024-09-18 07:18:03 -04:00
parent 3217a9fd4e
commit ecd91e1146

View file

@ -276,7 +276,8 @@
OfferToSaveLogins = false;
PasswordManagerEnabled = false;
};
profiles.profiles.crow.extensions = with pkgs; [ bitwarden-password-manager ublock-origin ];
profiles.profiles.crow.extensions = with pkgs;
[ bitwarden-password-manager ublock-origin ]
};
};
}