Move hosts and modules out of src fix flake import

This commit is contained in:
2026-03-27 15:18:00 +01:00
parent dff9e94470
commit 42b94d8bb4
8 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{inputs, ...}: {
flake.nixosModules.systemPackages.environment.systemPackages = with inputs.pkgs; [
# audacity
];
}