mreow: disable custom vt used for greetd

This commit is contained in:
Simon Gardling 2025-12-07 23:11:22 -05:00
parent f083a22def
commit 6d7564e860
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -36,7 +36,6 @@
command = "${lib.getExe pkgs.tuigreet} --sessions /etc/xdg/wayland-sessions/ --time"; command = "${lib.getExe pkgs.tuigreet} --sessions /etc/xdg/wayland-sessions/ --time";
user = username; user = username;
}; };
terminal.vt = lib.mkForce 2;
}; };
}; };