summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-03-18 10:33:50 +0100
committerAlan Pearce2020-03-18 10:33:50 +0100
commitdfc9fa6bab26230e05abd4ee59ca7325a764a2fb (patch)
treea8adfd28c8b28fd515aadbcafc7f201b9c16f37e /system/prefect.nix
parent3452dd29407b747eb74b7fedb924460505726d0e (diff)
downloadnixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.tar.lz
nixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.tar.zst
nixfiles-dfc9fa6bab26230e05abd4ee59ca7325a764a2fb.zip
Prefect: set up for work
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;
   };