Operand

odyssey, u hear?

gram: nux

> ./module/essence.nix

Lenses
(coming soon!)


{ pkgs, edge, ... }:
{
  environment.systemPackages = with pkgs; [
  atuin
  exfat
  helix
  home-manager
  htop
  inetutils
  isd
  mosh
  neofetch
  openssl
  skim
  starship
  tree
  # ollama

  jq pup yq
  edge.zellij
  zoxide

  # 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

  ];
}