updated system config
This commit is contained in:
parent
3e85052667
commit
a2467d2fb9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue