changed window manager to sddm

This commit is contained in:
twoneis 2024-04-26 01:29:54 +02:00
parent 313ef356d2
commit ce8383f6b6

View file

@ -26,7 +26,13 @@
# ACTION=="add", SUBSYSTEMS=="usb", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem", RUN{program}+="${pkgs.systemd}/bin/systemd-mount --no-block --automount=yes --collect $devnode /media"
# '';
services.xserver.displayManager.gdm.enable = true;
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
wayland.compositor = "kwin";
theme = "chili";
};
# Wayland in electron
environment.sessionVariables.NIXOS_OZONE_WL = "1";