diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -443,11 +443,11 @@ | |||
443 | speed = 255; | 443 | speed = 255; |
444 | }; | 444 | }; |
445 | 445 | ||
446 | # sane = { | 446 | sane = { |
447 | # enable = true; | 447 | enable = true; |
448 | # extraBackends = with pkgs; [ samsung-unified-linux-driver ]; | 448 | extraBackends = with pkgs; [ samsung-unified-linux-driver ]; |
449 | # configDir = "/etc/sane.d"; | 449 | configDir = "/etc/sane.d"; |
450 | # }; | 450 | }; |
451 | 451 | ||
452 | sensor.iio.enable = true; | 452 | sensor.iio.enable = true; |
453 | 453 | ||