From 0f165b2733fc216bbe2f76d6635bcce907f5107d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 12 Dec 2022 09:18:36 +0000 Subject: [PATCH] feat: switch from Gnome to KDE Plasma --- nixpkgs/nixos/apollo/configuration.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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";