From 9011f00133e8ce44daf1c8d857933ab30335a9c9 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Mon, 3 Jun 2024 11:28:17 +0200 Subject: [PATCH] chore: switch laptop to greetd --- systems/EVIL-LAPTOP/config.nix | 7 ------- systems/EVIL-LAPTOP/default.nix | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) 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