From c7a206e038a48271339e263b191985e6b681658b Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 13 Dec 2024 18:25:47 +0100 Subject: [PATCH] add git to user packages --- config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.nix b/config.nix index c88e7e9..fa793c8 100644 --- a/config.nix +++ b/config.nix @@ -56,6 +56,9 @@ in sessionVariables = { MOZ_ENABLE_WAYLAND = 1; }; + packages = with pkgs; [ + git + ]; }; programs = { firefox = {