mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove displaymanager
This commit is contained in:
parent
ad17ec6aa7
commit
efb5744ba6
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ username, pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "${username}";
|
||||
};
|
||||
# displayManager.autoLogin = {
|
||||
# enable = true;
|
||||
# user = "${username}";
|
||||
# };
|
||||
libinput = {
|
||||
enable = true;
|
||||
# mouse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue