• Operand
  • no leg, a'sea.

gram:build

> ./nixos/module/essence.nix

Lenses
(coming soon!)


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

    atuin
    deploy-rs
    dig
    duckdb
    ethtool
    ffmpeg-full
    fzf # nucleo
    gnumake
    gnupg
    inetutils
    inotify-tools
    jq
    libnotify
    neofetch
    openssl
    ripgrep
    silver-searcher
    starship
    tree
    # xdotool
    zoxide
  ];
}