From 2d5585725351760d4e903e2e8ae59e3c0fa3820a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 24 Apr 2023 15:09:36 +0200 Subject: Rectify typo in workstation.nix --- data.d/etc-nixos/env/workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.d/etc-nixos/env/workstation.nix b/data.d/etc-nixos/env/workstation.nix index f33c42f..db3ca1f 100644 --- a/data.d/etc-nixos/env/workstation.nix +++ b/data.d/etc-nixos/env/workstation.nix @@ -44,7 +44,7 @@ enable = true; displayManager = { startx = { - enabled = true; + enable = true; }; }; windowManager = { -- cgit v1.1