Skip to content

Commit

Permalink
feat(X): temporarily switch to GDM
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 3, 2025
1 parent 3bbf436 commit 7be7f98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion system/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@
in {
services.displayManager = {
defaultSession = xsession-name;
# ly = {
# enable = true;
# defaultUser = "farlion";
# };
};

services.xserver = {
enable = true;

displayManager = {
lightdm = {
gdm = {
enable = true;
settings = {
greeter = {
Include = "farlion";
};
};
};
};

Expand Down

0 comments on commit 7be7f98

Please sign in to comment.