From b8d157dd8382cc011535b4317f06f2abd80ea24b Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 23 Sep 2024 10:32:19 -0400 Subject: [PATCH] Bam --- modules/users/crow/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index 38b41ad..90ba4e9 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -1,7 +1,7 @@ {config, inputs, pkgs, lib, ...}: let - monitorConfig = if config.networking.hostName == "Parzival" then ./hypr/parzival-monitors.conf - else if config.networking.hostName == "Parzival-Mobile" then ./hypr/parzival_mobile-monitors.conf + monitorConfig = if osConfig.networking.hostName == "Parzival" then ./hypr/parzival-monitors.conf + else if osConfig.networking.hostName == "Parzival-Mobile" then ./hypr/parzival_mobile-monitors.conf else null; in {