mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-20 11:48:21 +02:00
Fixed SDDM and now you should have everything working!
This commit is contained in:
parent
b5cd34b76f
commit
45937c29cc
@ -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;
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user