about summary refs log tree commit diff
path: root/modules/workstation/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/hardware/default.nix')
-rw-r--r--modules/workstation/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
index 4ff78f77cae7..bf7fa8d5d2ac 100644
--- a/modules/workstation/hardware/default.nix
+++ b/modules/workstation/hardware/default.nix
@@ -3,7 +3,7 @@
 {
   imports = [ ./keyboard ./libinput ./yubikey ];
 
-  environment.systemPackages = with pkgs; [ ddrescue ];
+  environment.systemPackages = with pkgs; [ brightnessctl ddrescue ];
 
   sound.enable = true;
 }