From b5ccb2f8fd6b2ab49fb7510d2804c9379ca87955 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 23 Sep 2024 10:33:11 -0400 Subject: [PATCH] import osConfig --- 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 90ba4e9..3a9e395 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -1,4 +1,4 @@ -{config, inputs, pkgs, lib, ...}: +{osConfig, config, inputs, pkgs, lib, ...}: let monitorConfig = if osConfig.networking.hostName == "Parzival" then ./hypr/parzival-monitors.conf else if osConfig.networking.hostName == "Parzival-Mobile" then ./hypr/parzival_mobile-monitors.conf