blob: e3bf048f1b2f4b3ed2a8ccf6ab3feb1a1733a262 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
ecryptfs
];
}