summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hel.nix b/hel.nix
index 3753a8df..0f976037 100644
--- a/hel.nix
+++ b/hel.nix
@@ -347,11 +347,11 @@
347 347
348 bluetooth.enable = true; 348 bluetooth.enable = true;
349 349
350 sane = { 350 # sane = {
351 enable = true; 351 # enable = true;
352 extraBackends = with pkgs; [ samsung-unified-linux-driver ]; 352 # extraBackends = with pkgs; [ samsung-unified-linux-driver ];
353 configDir = "/etc/sane.d"; 353 # configDir = "/etc/sane.d";
354 }; 354 # };
355 }; 355 };
356 356
357 sound.enable = true; 357 sound.enable = true;