added gdm

This commit is contained in:
biscuit
2025-05-19 21:40:20 -05:00
parent 4a29a676b5
commit d9edf3f389
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
../system/wayland.nix ../system/wayland.nix
../system/font.nix ../system/font.nix
]; ];
} }
+3
View File
@@ -2,4 +2,7 @@
hardware = { hardware = {
graphics.enable = true; graphics.enable = true;
}; };
services.xserver = {
displayManager.gdm.enable = true;
};
} }