From 4af6cb989388a1c1d82d49d10ec5671e1a645131 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Jun 2025 08:51:14 +0100 Subject: [PATCH] Add `comma` > Comma runs software without installing it. > > Basically it just wraps together nix shell -c and nix-index. You stick a , in front of a command to run it from whatever location it happens to occupy in nixpkgs without really thinking about it. https://github.com/nix-community/comma --- users/opdavies.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/opdavies.nix b/users/opdavies.nix index 6180d2b2..38efaeaa 100644 --- a/users/opdavies.nix +++ b/users/opdavies.nix @@ -22,6 +22,7 @@ with lib; ++ optional config.cli.podman.enable "podman"; packages = with pkgs; [ + comma qrencode ];