summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/encryption/default.nix
blob: 1ee4e87f063ac823881705b475c1e9efbeeb3d90 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    libsForQt5.ksshaskpass
    seahorse
    proton-pass
  ];
}