docs: touchups

This commit is contained in:
Aylur
2024-09-12 00:43:42 +02:00
parent 6c5d7659a7
commit cbedb70d07
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ Using Astal on Nix will require you to package your project.
in {
packages.${system}.default = astal.lib.mkLuaPacakge {
inherit pkgs;
src = ./path/to/project; # should contain app.lua
};
};
}