From bd2a70a7c74b61de6b7ec8b7328e9653f43e982f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 20 Jan 2025 22:43:24 -0500 Subject: [PATCH] framework updates --- modules/users/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index 5d069c2..541b481 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -15,7 +15,7 @@ swayMonitorConfig = if osConfig.networking.hostName == "Parzival" then ./configs/sway/parzival-monitors.conf - else if osConfig.networking.hostName == "Parzival-Mobile" + else if osConfig.networking.hostName == "Parzival-Mobile" || osConfig.networking.hostName == "Parzival-Framework" then ./configs/sway/parzival_mobile-monitors.conf else null; in {