summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 15:23:08 +0200
committerAylur <[email protected]>2024-09-01 15:23:08 +0200
commit6c4753b5e14a50c617e326d97d270ff51156a183 (patch)
tree560ffd167d6b4f1da04e545990666c447c15e35b /flake.nix
parent27c25b0e6070f291b33107a0bbfe5086b6d3f119 (diff)
initial docs
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];