aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-14 13:34:55 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-14 13:35:17 -0600
commitbd5c9fd6ecb52095e463a2edc0d3ee32f43c849d (patch)
tree7b2ee53341e45abb27cec521ce0eeb2c02c6e311 /hosts/mercury/config.nix
parentf649bb618d65619cdab2bc6ac86e14d63bcf84de (diff)
configurable greeter for greetd
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix9
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;