From dddd3cb2679b10f16d9f651af106a88fbd21ba55 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 5 Sep 2023 09:05:13 -0600 Subject: removed reduntant lines --- machines/khad/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'machines/khad') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index abc703b..e4f5c96 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -49,13 +49,13 @@ # useXkbConfig = true; # use xkbOptions in tty. # }; - # Enable the X11 windowing system. - services.xserver.enable = true; + # # Enable the X11 windowing system. + # services.xserver.enable = true; - # Enable the Plasma 5 Desktop Environment. - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; + # # Enable the Plasma 5 Desktop Environment. + # services.xserver.displayManager.sddm.enable = true; + # services.xserver.desktopManager.plasma5.enable = true; # Configure keymap in X11 -- cgit v1.2.3