From adcd5601806c8f746a3ea5558812e12e625dc3e5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 21 Mar 2026 16:19:23 -0500 Subject: [PATCH] lock works --- nix/nixosModule.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixosModule.nix b/nix/nixosModule.nix index ad6e72a..2a96501 100644 --- a/nix/nixosModule.nix +++ b/nix/nixosModule.nix @@ -36,7 +36,7 @@ settings = { - terminal.vt = 1; + terminal.vt = 5; default_session = { command = "Hyprland -c ${greeter-conf}/greeter.conf";