From 91fcd06a66be3c0b14077ff2882f2b5de83e767c Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 14 Feb 2016 00:08:39 +0100 Subject: 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 --- machines/labnet/labtop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') 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"; -- cgit 1.4.1