diff --git a/modules/system.nix b/modules/system.nix index cefc74f..47dc61b 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -24,6 +24,10 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs; [ + git + ]; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.panotaka = { isNormalUser = true;