summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5d2503f..9b99a57 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,6 +29,11 @@
in {
packages.${system} = rec {
default = astal;
+ docs = import ./docs {
+ inherit pkgs;
+ astal = self.packages.${system};
+ };
+
astal = with pkgs; lib "astal" ./core [gtk3 gtk-layer-shell];
apps = with pkgs; lib "astal-apps" ./lib/apps [json-glib];
auth = with pkgs; lib "astal-auth" ./lib/auth [pam];