fix: incompetent (me)
This commit is contained in:
parent
f5c2d583cd
commit
f417b20cc6
1 changed files with 0 additions and 8 deletions
|
|
@ -6,14 +6,6 @@
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
# Required for DE to launch.
|
# Required for DE to launch.
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager = {
|
|
||||||
gdm = {
|
|
||||||
enable = true;
|
|
||||||
wayland = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
# Enable Desktop Environment.
|
|
||||||
desktopManager.gnome.enable = true;
|
|
||||||
# Exclude default X11 packages I don't want.
|
# Exclude default X11 packages I don't want.
|
||||||
excludePackages = with pkgs; [ xterm ];
|
excludePackages = with pkgs; [ xterm ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue