summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 1ec185ae..cbd7165e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -444,6 +444,8 @@
444 MPD_PORT = "6600"; 444 MPD_PORT = "6600";
445 }; 445 };
446 446
447 environment.etc."fprintd.conf".source = "${pkgs.fprintd}/etc/fprintd.conf";
448
447 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; 449 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf;
448 450
449 environment.etc."sane.d/dll.conf".text = "xerox_mfp"; 451 environment.etc."sane.d/dll.conf".text = "xerox_mfp";