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, ... }:
|
{ username, pkgs, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
displayManager.autoLogin = {
|
# displayManager.autoLogin = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
user = "${username}";
|
# user = "${username}";
|
||||||
};
|
# };
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# mouse = {
|
# mouse = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue