From a2467d2fb9e0bcadb9a48a26938d8d1c13c61eed Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Mon, 20 May 2024 17:28:40 -0700 Subject: [PATCH] updated system config --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 5607785..c0fffe9 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,8 @@ inputs.hyprland.follows = "hyprland"; #flake = false; }; + + inputs.foundryvtt.url = "github:reckenrode/nix-foundryvtt"; }; outputs = { self, @@ -105,6 +107,7 @@ system = systemSettings.system; modules = [./configuration.nix]; specialArgs = { + inherit inputs; inherit pkgs-stable; inherit systemSettings; inherit userSettings;