summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/encryption/bitwarden.nix
blob: 2e5cb3292c9d652bc1a910b4f2ff4ce9a73e9552 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    bitwarden-desktop
    # bitwarden-cli
    # bitwarden-menu
  ];
}