Commit dad2088f97f2

Vincent Demeester <vincent@sbr.pm>
2016-09-15 22:25:41
Small typo in acpi.nix
1 parent 30efcbb
Changed files (1)
acpi.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... };
+{ config, pkgs, ... }:
 
 {
 	environment.systemPackages = with pkgs; [
@@ -9,5 +9,5 @@
 		acpid = {
 			enable = true;
 		};
-};
+	};
 }