From 19e101ddc9c030134d9e23c9b0d63b8dd18fe668 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 28 Jan 2025 14:33:57 +0100 Subject: [PATCH] Change to unstable bitwarden version --- modules/home/applications/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/applications/common.nix b/modules/home/applications/common.nix index 578b3ac..2664de3 100644 --- a/modules/home/applications/common.nix +++ b/modules/home/applications/common.nix @@ -17,7 +17,7 @@ in { config = mkIf cfg.enable { home.packages = with pkgs; [ vlc - bitwarden + unstable.bitwarden pavucontrol ]; };