From 5db6606ef88f54331b5865af5c4362dc5cda3775 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Wed, 6 Aug 2025 00:29:25 +0200 Subject: [PATCH] add git --- modules/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/default.nix b/modules/common/default.nix index 7b1b387..9b88858 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -15,6 +15,7 @@ environment.systemPackages = with pkgs; [ vim dig + git powertop ];