about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/hardware/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
index dfb9d6c1b7c5..3c33ee2b4a1b 100644
--- a/modules/workstation/hardware/default.nix
+++ b/modules/workstation/hardware/default.nix
@@ -1,7 +1,9 @@
-{ ... }:
+{ pkgs, ... }:
 
 {
   imports = [ ./keyboard ./yubikey ];
 
+  environment.systemPackages = with pkgs; [ ddrescue ];
+
   sound.enable = true;
 }