From 51adee6860a4c9ddf1daa165cbb33c7976aa4294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 5 Jan 2025 15:16:36 +0200 Subject: [PATCH] Add pwgen to base conf --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index ca59e3b..691d659 100644 --- a/base.nix +++ b/base.nix @@ -8,6 +8,7 @@ p7zip tree btop + pwgen ]; ######################################## ZSH configuration ######################################