From 40d9066bd562ba42747da311454b7524c8117c9c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 13 Oct 2024 15:16:34 -0400 Subject: [PATCH] pacifidlog: set desktopSession to hyprland --- hosts/pacifidlog/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pacifidlog/default.nix b/hosts/pacifidlog/default.nix index 20b9852e..b59328c2 100644 --- a/hosts/pacifidlog/default.nix +++ b/hosts/pacifidlog/default.nix @@ -43,7 +43,7 @@ jovian.steam = { enable = true; autoStart = true; - desktopSession = "gamescope-wayland"; + desktopSession = "hyprland"; user = "aly"; };