Fixed SDDM and now you should have everything working!

This commit is contained in:
Tyler Kelley 2024-01-22 19:38:18 -06:00
parent b5cd34b76f
commit 45937c29cc
2 changed files with 11 additions and 7 deletions

View File

@ -1,15 +1,15 @@
{ pkgs, config, ... }:
{
services.xserver.displayManager = {
# enable = true;
# layout = "us";
# xkbVariant = "";
# libinput.enable = true;
sddm = {
services.xserver = {
enable = true;
layout = "us";
xkbVariant = "";
libinput.enable = true;
displayManager.sddm = {
enable = true;
autoNumlock = true;
wayland.enable = true;
}
};
};
}

View File

@ -53,6 +53,10 @@
programs.steam.gamescopeSession.enable = true;
programs.dconf.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.