diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 3540f7a1..0c3797ef 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -33,8 +33,6 @@ services.xserver = { enable = true; libinput.enable = true; - displayManager.sddm.enable = true; - desktopManager.plasma5.enable = true; videoDrivers = [ "amdgpu" ]; };