From c96fffb6ce406bca41bf974b641fdd41d893408b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 22:34:13 -0500 Subject: [PATCH] fix(greetd): remove deprecated settings --- hosts/xps15/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 83deba7..d4c688e 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -109,7 +109,6 @@ in services.greetd = { enable = true; - vt = 1; settings.default_session = { command = "${tuigreet} --time --asterisks --cmd ${loginShell} --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'"; user = "greeter";