summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 0300f2c6..b07ca9e6 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -15,6 +15,7 @@
     ./settings/hardware/systemd-boot.nix
     ./settings/hardware/nvidia-gpu.nix
     ./settings/hardware/keyboard.nix
+    ./settings/hardware/trackball.nix
     ./settings/hardware/trezor.nix
     ./settings/services/zeroconf.nix
     ./settings/user-interface.nix
@@ -34,10 +35,6 @@
   '';
 
   services.xserver = {
-    displayManager.lightdm.autoLogin = {
-      enable = true;
-      user = "alan";
-    };
     xautolock.enable = pkgs.lib.mkForce false;
   };