added aagl projects and enabled hsr

This commit is contained in:
Gabriella Bere 2024-09-13 16:44:28 +01:00
parent 41275655ae
commit 4b013738e1
2 changed files with 10 additions and 1 deletions

3
modules/aagl.nix Normal file
View file

@ -0,0 +1,3 @@
{config, ... }: {
programs.honkers-railway-launcher.enable = true;
}