summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 8768bc6d..3ce3ac37 100644
--- a/hel.nix
+++ b/hel.nix
@@ -311,7 +311,7 @@
311 311
312 printing = { 312 printing = {
313 enable = true; 313 enable = true;
314 drivers = with pkgs; [ samsung-unified-linux-driver ]; 314 drivers = with pkgs; [ samsung-unified-linux-driver hplip ];
315 }; 315 };
316 316
317 upower = { 317 upower = {