ctucx.git: nixfiles

ctucx' nixfiles

commit ee7787851cf666a5083c7258afa0765e1503bdc8
parent b42b9c31fff67fae32fe5c1e9324d07af60da79f
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 18 Mar 2025 12:56:45 +0100

configurations/homeManager/programs/shellUtilities: add `pwgen`
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configurations/homeManager/programs/shellUtilities.nix b/configurations/homeManager/programs/shellUtilities.nix
@@ -32,6 +32,8 @@
     coreutils
     trash-cli
 
+    pwgen
+
     (pkgs.writeShellScriptBin "use" ''
       declare -a all
       for p in "$@"; do