From 56aa40a8765fc3d2da61cda3775e894d8dd0c7d9 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 12 Sep 2024 01:18:50 +0200 Subject: fixes and touchups --- docs/getting-started/nix.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/getting-started/nix.md') diff --git a/docs/getting-started/nix.md b/docs/getting-started/nix.md index bfdfdc7..f09a80b 100644 --- a/docs/getting-started/nix.md +++ b/docs/getting-started/nix.md @@ -22,7 +22,13 @@ 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 + src = ./path/to/project; # should contain init.lua + + # add extra glib packages or binaries + extraPackages = [ + astal.packages.${system}.battery + pkgs.dart-sass + ]; }; }; } -- cgit v1.2.3