From 09a893cc865451c923e619129f99a2ba8ed1db7c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 7 Jul 2024 15:07:58 -0400 Subject: [PATCH] rustboro: switch to hyprland --- hosts/rustboro/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 98187fb9..0493ce0a 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -31,8 +31,16 @@ }; desktop = { - cinnamon.enable = true; - lightdm.enable = true; + greetd = { + enable = true; + + autologin = { + enable = true; + user = "aly"; + }; + }; + + hyprland.enable = true; }; services = {