diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-14 13:34:55 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-14 13:35:17 -0600 |
| commit | bd5c9fd6ecb52095e463a2edc0d3ee32f43c849d (patch) | |
| tree | 7b2ee53341e45abb27cec521ce0eeb2c02c6e311 /hosts/mercury/config.nix | |
| parent | f649bb618d65619cdab2bc6ac86e14d63bcf84de (diff) | |
configurable greeter for greetd
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 9 |
1 files changed, 7 insertions, 2 deletions
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; |
