From b742678875fee94476230018f9f7d35a272f38c0 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 4 Jun 2024 22:34:35 -0400 Subject: [PATCH] rustboro: hyprland by default --- hosts/rustboro/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 562bbfc2..3f8ba129 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -41,13 +41,14 @@ enable = true; greetd = { enable = true; - session = config.programs.sway.package + "/bin/sway"; + session = lib.getExe config.programs.hyprland.package; autologin = { enable = true; user = "aly"; }; }; sway.enable = true; + hyprland.enable = true; }; apps = { steam.enable = true;