Fix desktop file and move directories around

This commit is contained in:
cidkidnix
2022-01-08 09:12:44 -06:00
parent d68980810a
commit 8d000d29fa
4 changed files with 5 additions and 10 deletions

View File

@ -2,6 +2,6 @@
description = "PolyMC";
outputs = inputs: {
overlay = import ./overlay.nix;
overlay = import ./packages/nix/overlay.nix;
};
}
}