From 5a087c10df9a11f539c76612c59597370372bee2 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Feb 2026 09:30:01 -0800 Subject: [PATCH] Fix deprecated greetd.tuigreet package reference Co-Authored-By: Claude Opus 4.6 --- nixos/ringtail/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index c518ddc..dd97cf5 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -53,7 +53,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'"; + command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'"; user = "greeter"; }; };