summaryrefslogtreecommitdiff
path: root/home/ebisu/shared/system/encryption.nix
blob: 06b7c902e9f92e38ae5e4e432b6c8956aae4659f (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    libsForQt5.ksshaskpass
    seahorse
  ];
}