• Operand
  • # (b)ring mi - belles.

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
    dig
    ethtool
    ffmpeg-full
    fzf
    gnumake
    gnupg
    inetutils
    inotify-tools
    jq
    libnotify
    neofetch
    nmap
    openssl
    silver-searcher
    tree
  ];
}