My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/libkookie
..
configuration libkookie: update service name localtime to localtimed 2 years ago
ext infra/libkookie: init project 3 years ago
home-manager Merge commit '70824bb5c790b820b189f62f643f795b1d2ade2e' 2 years ago
home-manager-stable Merge commit '2d1c929d73a2ee617a44dbe13ba2ee39842b76f8' as 'infra/libkookie/home-manager-stable' 2 years ago
itm Update lockfile 3 years ago
modules libkookie: i3: enable switching between i3 and i3-gaps 2 years ago
nixpkgs
overlays libkookie: update website package 2 years ago
roots libkookie: sort tempset modules alphabetically 3 years ago
shells libkookie: improve rust-mode with yas autoloading 2 years ago
.gitattributes
.gitignore
.projectile
README.md
build
build-on-remote
default.nix

README.md

libkookie

This is my personal collection of nix expressions.

Structure

This repository contains a subtree of nixpkgs, a set of custom modules, a set of overlays for both custom and patched packages, as well as root configurations for each of my computers.

If you come across my old kookiepkgs, or nixcfg repositories, please ignore them: this collection replaces them both.

  • ext: possible private extensions
  • modules: custsom configuration module system
  • configuration: set of use-case-specific configurations
  • nixpkgs: subtree of nixpkgs (follows unstable - updated regularly)
  • overlays/kookie: custom out-of-nixpkgs packages
  • overlays/patches: patches to upstream packages
  • ovrelays/staging: staging area for upstream work
  • roots: available entry-points (device configuration)

How to use

Use ./build to build and switch to a new libkookie configuration. A more advanced (work in progress) build tool (that requires some bootstrapping) can be found in stage1/.

License

The nixpkgs subtree, as well as the package overlays are licensed under the MIT public license. My custom modules (modules/, and configuration/ ), configuration roots, and stage1 builder are licensed under the GNU Public License 3.0 (or later).