about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-14 00:04:01 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-14 00:04:01 +0100
commitbf331e660fc05e4e22f8b4510c75a55494fdcc65 (patch)
tree103b93ad35a0b5171130eea19d16eeea5fd6a0b6 /machines/labnet/labtop.nix
parent84d27000384048037b24f56c3ba2cd2abe5bc0cd (diff)
machines/labtop: Fix evaluation error
Regression introduced by 7e255747e0b6edbf2bfd71edf6fea0d47a35ded6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index f6974d5e..b7114216 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -84,7 +84,7 @@ in {
 
     displayManager.auto.enable = true;
     displayManager.auto.user = "openlab";
-    desktopManager.gnomeenable = true;
+    desktopManager.gnome.enable = true;
     # synaptics.enable = true;
     # synaptics.minSpeed = "0.5";
     # synaptics.accelFactor = "0.01";