diff --git a/systems/EVIL-LAPTOP/config.nix b/systems/EVIL-LAPTOP/config.nix index 0558ce0..ff31975 100644 --- a/systems/EVIL-LAPTOP/config.nix +++ b/systems/EVIL-LAPTOP/config.nix @@ -13,12 +13,6 @@ # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; - # Enable the X11 windowing system. - services.xserver.enable = true; - - # Enable the GNOME Desktop Environment. - services.xserver.displayManager.gdm.enable = true; - # Configure keymap in X11 services.xserver.xkb = { layout = "us"; @@ -44,7 +38,6 @@ ]; services = { - usbmuxd.enable = true; avahi.enable = true; avahi.nssmdns4 = true; diff --git a/systems/EVIL-LAPTOP/default.nix b/systems/EVIL-LAPTOP/default.nix index fca2848..cce6a87 100644 --- a/systems/EVIL-LAPTOP/default.nix +++ b/systems/EVIL-LAPTOP/default.nix @@ -14,6 +14,7 @@ ezModules.printing ezModules.wayland ezModules.niri + ezModules.greetd ezModules.sops ezModules.theme