Change to unstable bitwarden version

This commit is contained in:
xeovalyte 2025-01-28 14:33:57 +01:00
parent eab59092a4
commit 19e101ddc9
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -17,7 +17,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
vlc vlc
bitwarden unstable.bitwarden
pavucontrol pavucontrol
]; ];
}; };