From a1fb195bf40ed84c0a49ec8cd76ba3e33f66313f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 7 May 2026 08:28:44 -0500 Subject: [PATCH] chore: add podman-tui and other goodies --- home/baseline/shell.nix | 1 + home/hosts/lithic/default.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/home/baseline/shell.nix b/home/baseline/shell.nix index 8781cb2..be329e4 100644 --- a/home/baseline/shell.nix +++ b/home/baseline/shell.nix @@ -26,6 +26,7 @@ nixcopy = "nix copy --to \"s3://binary-cache/?profile=default&endpoint=nas.home%3A9000&scheme=http\""; r = "run0"; updateScript = "nix-shell maintainers/scripts/update.nix --argstr package"; + p = "${lib.getExe pkgs.podman-tui}"; # General k = "kubectl"; diff --git a/home/hosts/lithic/default.nix b/home/hosts/lithic/default.nix index 8437d17..16e110b 100644 --- a/home/hosts/lithic/default.nix +++ b/home/hosts/lithic/default.nix @@ -29,6 +29,8 @@ in just mcp-grafana nixVersions.stable + podman + poetry pre-commit (pulumi.withPackages (p: with p; [ pulumi-aws-native @@ -39,6 +41,7 @@ in ])) python rustc + terraform ]; };