diff --git a/configuration.nix b/configuration.nix index 6852467..1bbbeef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,10 +46,8 @@ in }; # Enable the LXQT Desktop Environment. - displayManager = { - lightdm.enable = true; - lxqt.enable = true; - }; + displayManager.lightdm.enable = true; + desktopManager.lxqt.enable = true; }; # Printer Stuff (FUCK HP!)