fix deprecation warnings
This commit is contained in:
parent
90d6d6ae85
commit
caaa7c7c6b
8 changed files with 23 additions and 16 deletions
|
@ -7,7 +7,6 @@
|
|||
};
|
||||
|
||||
displayManager = {
|
||||
defaultSession = "none+xmonad";
|
||||
gdm.enable = true;
|
||||
};
|
||||
|
||||
|
@ -15,4 +14,6 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.displayManager.defaultSession = "none+xmonad";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue