summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-06-11 13:16:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-06-11 13:16:17 +0200
commit40426e6e414260857a636d75c0c035672a506b0e (patch)
tree3a860d90c32be64fd8614fccbc10e2a75025f98c
parent7eeab8078aa7357f369dea4293697cb0c1b22bd4 (diff)
downloadnixos-40426e6e414260857a636d75c0c035672a506b0e.tar
nixos-40426e6e414260857a636d75c0c035672a506b0e.tar.gz
nixos-40426e6e414260857a636d75c0c035672a506b0e.tar.bz2
nixos-40426e6e414260857a636d75c0c035672a506b0e.tar.xz
nixos-40426e6e414260857a636d75c0c035672a506b0e.zip
hplip
-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 = {