Changed displayManager from ly to GDM due to compatibility issues

This commit is contained in:
lulusilly 2025-09-08 18:19:18 -04:00
parent 1cd76bc6a7
commit d4e2c2b16f

View file

@ -37,8 +37,7 @@
enable = true; enable = true;
image = ./bg.jpg; image = ./bg.jpg;
}; };
# Using ly as TUI display manager, with minimal Gnome configuration services.displayManager.gdm.enable = true;
services.displayManager.ly.enable = true;
services.desktopManager.gnome.enable = true; services.desktopManager.gnome.enable = true;
services.gnome.core-apps.enable = false; services.gnome.core-apps.enable = false;
services.gnome.core-developer-tools.enable = false; services.gnome.core-developer-tools.enable = false;
@ -74,10 +73,10 @@
devices = [ devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
]; ];
configFile = builtins.fetchurl { configFile = builtins.fetchurl {
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd; url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p"; sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p";
}; };
}; };
}; };
}; };