Out-of-tree Nix Packages
- LVGL (optionally with Wayland or SDL2 driver)
- Geany Plugins (geany-plugins project)
- XFCE components (panel and appfinder v4.19.1 and v4.19)
Nix Channel
Note: Below (including Install) should be done with root permissions if Nix store is only root accessible or if using NixOS declarative configuration.
# nix-channel --add https://chiselapp.com/user/simplejack/repository/nixpkgs/tarball/nixpkgs.tar.gz simplejack-pkgs
# nix-channel --update simplejack-pkgs
Manual Build
# wget -O - https://chiselapp.com/user/simplejack/repository/nixpkgs/tarball/nixpkgs.tar.gz | tar xz
# nix-build -A geany-plugins ./nixpkgs/default.nix