switch bitwarden to nixpkgs-stbale

This commit is contained in:
Schrottkatze 2024-04-16 21:35:47 +02:00
parent 3ba9b95d09
commit 69c04bb3e2
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
config, config,
lib, lib,
pkgs, pkgs,
pkgs-stable,
... ...
}: let }: let
cfg = config.jade.desktop.cloud; cfg = config.jade.desktop.cloud;
@ -14,7 +15,7 @@ in
home-manager.users.jade = {pkgs, ...}: { home-manager.users.jade = {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
fluent-reader fluent-reader
bitwarden pkgs-stable.bitwarden
rofi-rbw rofi-rbw
]; ];
}; };