summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-19 22:59:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-19 22:59:17 +0200
commit4363c80b39c679bee3268c60ea8d0c10d9754aa8 (patch)
tree270e6dd06ced4ca7ff28aa8921eb2b544131c537
parent6d7618014d8e8f051e0995b210120b8e094621d1 (diff)
downloadnixos-4363c80b39c679bee3268c60ea8d0c10d9754aa8.tar
nixos-4363c80b39c679bee3268c60ea8d0c10d9754aa8.tar.gz
nixos-4363c80b39c679bee3268c60ea8d0c10d9754aa8.tar.bz2
nixos-4363c80b39c679bee3268c60ea8d0c10d9754aa8.tar.xz
nixos-4363c80b39c679bee3268c60ea8d0c10d9754aa8.zip
typo
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 79db1fb4..79fdb549 100644
--- a/hel.nix
+++ b/hel.nix
@@ -199,7 +199,7 @@
199 ''; 199 '';
200 200
201 printing = { 201 printing = {
202 enabled = true; 202 enable = true;
203 drivers = with pkgs; [ samsung-unified-printing-driver ]; 203 drivers = with pkgs; [ samsung-unified-printing-driver ];
204 }; 204 };
205 }; 205 };