modules: sddm is no longer the config wide default

Make room for a GDM option as well (SDDM does not start on my
NVIDIA+Wayland config)
This commit is contained in:
Antoine Martin 2025-12-22 18:48:00 +01:00
parent c3100e4cfb
commit b8c954350c
5 changed files with 26 additions and 2 deletions

View file

@ -18,8 +18,6 @@ in {
};
config = mkIf config.my.gui.enable {
my.displayManager.sddm.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;