home01: add cryptsetup
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-21 18:37:45 +00:00
parent 5a0aff41dc
commit 38aebadd9e

View file

@ -75,5 +75,9 @@
clear clear
${lib.getExe pkgs.fastfetch} ${lib.getExe pkgs.fastfetch}
''; '';
environment.systemPackages = with pkgs; [
cryptsetup
];
}; };
} }