• Operand
  • license? go ahead.

gram: build

> ./nixos/module/essence.nix

Lenses
(coming soon!)


{ pkgs, edge, ... }: {
  home-manager.users.calliope.home.packages = with pkgs; [
    # html-tidy
    # imv
    # nixpacks
    # xclip

    atuin
    deploy-rs
    dig
    duckdb
    ethtool
    isd
    ffmpeg-full
    gnumake
    gnupg
    inetutils
    inotify-tools
    jq pup yq
    killall
    libnotify
    neofetch
    openssl
    ripgrep
    silver-searcher
    skim
    starship
    tree
    # xdotool
    edge.zoxide
  ];
}