mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-20 19:58:47 +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, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.xserver.displayManager = {
|
services.xserver = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# layout = "us";
|
layout = "us";
|
||||||
# xkbVariant = "";
|
xkbVariant = "";
|
||||||
# libinput.enable = true;
|
libinput.enable = true;
|
||||||
sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoNumlock = true;
|
autoNumlock = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,10 @@
|
|||||||
|
|
||||||
programs.steam.gamescopeSession.enable = true;
|
programs.steam.gamescopeSession.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
programs.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
xwayland.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user