add ddrescue to home packages for data recovery

This commit is contained in:
2024-12-27 11:02:45 +01:00
parent f10988efba
commit 70d953b18c

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ ];
home.packages = with pkgs; [ ddrescue ];
}