added gdm
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../system/wayland.nix
|
||||
../system/font.nix
|
||||
../system/font.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
};
|
||||
services.xserver = {
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user