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";
#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;