about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-14 00:08:39 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-14 00:13:16 +0100
commit91fcd06a66be3c0b14077ff2882f2b5de83e767c (patch)
tree5042da2774033f113d0948567c26786cd230298a /machines
parentbf331e660fc05e4e22f8b4510c75a55494fdcc65 (diff)
machines/labtop: Really fix evaluation error
I actually forgot to add the "3", this time tested using:

nix-instantiate -A machines.labnet.labtop

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-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 b7114216..4bf02c85 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.gnome.enable = true;
+    desktopManager.gnome3.enable = true;
     # synaptics.enable = true;
     # synaptics.minSpeed = "0.5";
     # synaptics.accelFactor = "0.01";