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";
|
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;
|
||||||
|
|
Loading…
Reference in a new issue