Commit f4c4113b5f71

Vincent Demeester <vincent@sbr.pm>
2018-03-12 11:04:44
Refactor wakasu
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent abe3a1b
Changed files (3)
location
machine
profiles
location/docker.nix
@@ -5,6 +5,10 @@
 		<nixpkgs/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix>
 	];
 
+	environment.systemPackages = with pkgs; [
+		zoom-us
+	];
+
 	hardware.sane = {
 		brscan4.enable = true;
 		brscan4.netDevices = {
machine/wakasu.nix
@@ -36,11 +36,6 @@
 	hardware.bluetooth.enable = true;
 	hardware.trackpoint.enable = false;
 
-	environment.systemPackages = with pkgs; [
-		autorandr
-		zoom-us
-	];
-
 	time.timeZone = "Europe/Paris";
 
 	services.xserver.displayManager.slim.theme = pkgs.fetchurl {
profiles/laptop.nix
@@ -10,6 +10,7 @@
 
 	environment.systemPackages = with pkgs; [
 		acpi
+		autorandr
 		lm_sensors
 		powertop
 	];