issue with hm fixed

This commit is contained in:
LunarAkai 2025-03-15 15:32:00 +01:00
commit 318f03df08
8 changed files with 61 additions and 45 deletions

View file

@ -2,14 +2,14 @@
# Enable the GNOME Desktop Environment.
services = {
xserver = {
enable = true;
desktopManager.gnome = {
enable = true;
desktopManager.gnome = {
enable = true;
};
displayManager.gdm = {
enable = true;
autoSuspend = false;
}
};
displayManager.gdm = {
enable = true;
autoSuspend = false;
};
};
};
}
}