Pass input variable

This commit is contained in:
Julia Lange 2024-03-17 16:50:13 -07:00
parent a5c524ed33
commit 408461407e
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{
imports = [ inputs.aagl.nixosModules.default ];
nix.settings = aagl.nixConfig;
nix.settings = inputs.aagl.nixConfig;
programs.honkers-railway-launcher.enable = true;
}