From 6ee3c7fc2f8a3bfc4d0e2832c522f1dd3114ac3a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 2 Mar 2024 14:23:36 -0500 Subject: [PATCH] enabled auto-rotate in tablet mode for petalburg --- hosts/petalburg/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 1ccf7430..a2edefa9 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -17,6 +17,8 @@ networking.hostName = "petalburg"; # Define your hostname. + hardware.sensor.iio.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave