aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-05 12:00:14 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-05 12:00:14 +0000
commit919d4e75699aa4ba456fd2d3d416a0522c9c7294 (patch)
treee1c2988dcdcc98bd8ddfb8e06328ca611f8429ce /README
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000000..0ffae5f5ec9
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+LIBKOOKIE
+=========
+
+This is my personal collection of nix expressions. It replaces my old
+`kookiepkgs` [0] and `nixcfg` [1] repositories. It contains a subtree
+of nixpkgs, overlays and modules.
+
+`overlays/patches`: patches to upstream packages
+`overlays/pkgs`: custom out-of-nixpkgs packages
+`nixpkgs`: subtree of nixpkgs (follows unstable)
+`modules`: system configuration modules
+`roots`: available entry-points (machines)
+`ext`: possible private extensions
+
+The `activate` script can be used to switch to a new system
+configuration
+
+
+
+---
+
+[0]: https://git.sr.ht/~spacekookie/kookiepkgs
+[1]: https://git.sr.ht/~spacekookie/nixcfg