aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;