From bd5c9fd6ecb52095e463a2edc0d3ee32f43c849d Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:34:55 -0600 Subject: configurable greeter for greetd --- hosts/mercury/config.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hosts/mercury/config.nix') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 3427a2e..657c4e5 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -6,10 +6,15 @@ desktop = { wallpaper = ./wallpaper.jpg; gtk.enable = true; - greetd.enable = true; + greetd = { + enable = true; + autologin.enable = true; + }; wm = { - niri.enable = true; + # niri.enable = true; + sway.enable = true; + components = { fuzzel.enable = true; dunst.enable = true; -- cgit v1.3.1