diff --git a/nixpkgs/nixos/apollo/configuration.nix b/nixpkgs/nixos/apollo/configuration.nix index c8eaf843..be631a7b 100644 --- a/nixpkgs/nixos/apollo/configuration.nix +++ b/nixpkgs/nixos/apollo/configuration.nix @@ -40,19 +40,10 @@ in enable = true; layout = "gb"; xkbVariant = ""; - - windowManager.awesome = { - enable = true; - - luaModules = with pkgs.luaPackages; [ - luarocks # is the package manager for Lua modules - luadbi-mysql # Database abstraction layer - ]; - }; }; - services.xserver.displayManager.gdm.enable = true; - services.xserver.desktopManager.gnome.enable = true; + services.xserver.displayManager.sddm.enable = true; + services.xserver.desktopManager.plasma5.enable = true; # Configure console keymap console.keyMap = "uk";