updated system config

This commit is contained in:
Natalie Marks 2024-05-20 17:28:40 -07:00
parent 3e85052667
commit a2467d2fb9

View file

@ -18,6 +18,8 @@
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
#flake = false; #flake = false;
}; };
inputs.foundryvtt.url = "github:reckenrode/nix-foundryvtt";
}; };
outputs = { outputs = {
self, self,
@ -105,6 +107,7 @@
system = systemSettings.system; system = systemSettings.system;
modules = [./configuration.nix]; modules = [./configuration.nix];
specialArgs = { specialArgs = {
inherit inputs;
inherit pkgs-stable; inherit pkgs-stable;
inherit systemSettings; inherit systemSettings;
inherit userSettings; inherit userSettings;