summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 1f4392fe..184479ed 100644
--- a/hel.nix
+++ b/hel.nix
@@ -417,6 +417,8 @@
417 # extraBackends = with pkgs; [ samsung-unified-linux-driver ]; 417 # extraBackends = with pkgs; [ samsung-unified-linux-driver ];
418 # configDir = "/etc/sane.d"; 418 # configDir = "/etc/sane.d";
419 # }; 419 # };
420
421 sensor.iio = enable;
420 }; 422 };
421 423
422 sound.enable = true; 424 sound.enable = true;