Operand

hole: deep pi.

gram: build

> ./nixos/home/essence.nix

Lenses
(coming soon!)


{ pkgs, edge, ... }:
{ home.packages =  with pkgs; [
  atuin
  blueberry
  dust
  git
  helix
  htop
  inetutils
  isd
  killall
  miniserve
  mosh
  neofetch
  openssl
  ripgrep
  rsync
  skim
  tree

  jq pup yq
  edge.zellij

  # bat
  # cargo rustc bun
  # deploy-rs
  # dig
  # duckdb
  # edge.go-passbolt-cli
  # ethtool
  # ffmpeg-full
  # gnumake
  # gnupg
  # hledger
  # html-tidy
  # imv
  # inotify-tools
  # libnotify
  # nebula
  # nfs-utils
  # nixpacks
  # pipewire
  # postgresql
  # wget
  # xclip
  # xdotool
  # xplr

  # mdbook mdbook-d2 mdbook-toc mdbook-pdf
  # mdbook-linkcheck mdbook-yml-header mdbook-emojicodes
  # mdbook-cmdrun mdbook-katex mdbook-man mdbook-epub
];
}