From d4e2c2b16ff57a0ccbece26ae614d650fefc5750 Mon Sep 17 00:00:00 2001 From: Lulusilly Date: Mon, 8 Sep 2025 18:19:18 -0400 Subject: [PATCH] Changed displayManager from ly to GDM due to compatibility issues --- .config/nix/hosts/syntheticnexus/configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/nix/hosts/syntheticnexus/configuration.nix b/.config/nix/hosts/syntheticnexus/configuration.nix index f778364..b7647ec 100644 --- a/.config/nix/hosts/syntheticnexus/configuration.nix +++ b/.config/nix/hosts/syntheticnexus/configuration.nix @@ -37,8 +37,7 @@ enable = true; image = ./bg.jpg; }; - # Using ly as TUI display manager, with minimal Gnome configuration - services.displayManager.ly.enable = true; + services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; services.gnome.core-apps.enable = false; services.gnome.core-developer-tools.enable = false; @@ -74,10 +73,10 @@ devices = [ "/dev/input/by-path/platform-i8042-serio-0-event-kbd" ]; - configFile = builtins.fetchurl { - url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd; - sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p"; - }; + configFile = builtins.fetchurl { + url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd; + sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p"; + }; }; }; };