From 035e20c7d73888ab1c2102e163c06de34fe8f6de Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 Feb 2024 14:28:44 +0100 Subject: [PATCH] add comma --- common/bash.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/bash.nix b/common/bash.nix index 1551d74..74ecf6c 100644 --- a/common/bash.nix +++ b/common/bash.nix @@ -31,4 +31,6 @@ ''; }; }; + + environment.systemPackages = [pkgs.comma]; }