back to gdm
This commit is contained in:
parent
c5148fed35
commit
72856cd2c5
1 changed files with 1 additions and 7 deletions
|
@ -25,13 +25,7 @@
|
|||
# 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"
|
||||
# '';
|
||||
|
||||
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
wayland.compositor = "kwin";
|
||||
theme = "chili";
|
||||
};
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
# Wayland in electron
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue